Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Is it possible to validate ndjson file? #108

Closed
frutik opened this issue Sep 4, 2019 · 1 comment
Closed

Is it possible to validate ndjson file? #108

frutik opened this issue Sep 4, 2019 · 1 comment

Comments

@frutik
Copy link

frutik commented Sep 4, 2019

Is it possible to validate ndjson file?

@Relequestual
Copy link
Member

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 =]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants