Skip to content

Can json schema support any language except json/yaml/toml? #428

Answered by gregsdennis
Freed-Wu asked this question in Q&A
Discussion options

You must be logged in to vote

Technically any syntax that can represent the JSON data model (objects, arrays, numbers, strings, true, false, & null) can be processed by JSON Schema.

The trick is translating whatever syntax you have into that data model.


Secondly, Schema Store isn't ours. We control JSON Schema, the spec. Schema Store is a separate website that manages schemas is various formats.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Freed-Wu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants