json-schema-org/understanding-json-schema

Is it possible to validate ndjson file?

frutik opened this issue · 1 comments

Is it possible to validate ndjson file?

JSON Schema is not NDJSON aware. It would be down to you to split up each the file into individual valid JSON instances and run validation on those.

JSON Schema only supports JSON.
You must translate what you have into JSON in order to use it.

Please do let us know if we can be of any further help =]