JSON schema validation #1977
Unanswered
miparnisari
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our app uses a JSON config file. What schema must it follow? For example, this is our app's config: https://github.com/openfga/openfga/blob/main/.config-schema.json. When ran against a JSON validator (https://www.jsonschemavalidator.net/s/GNRI4hXT) it says it conforms to JSON schema draft v7. Is this the right schema to validate against, or is there a custom schema that would be more suitable?
Beta Was this translation helpful? Give feedback.
All reactions