Can json schema support any language except json/yaml/toml? #428
-
https://www.schemastore.org/json/ support json/yaml/toml. Can it support dosini (Linux desktop entry, systemd unint, etc)? |
Beta Was this translation helpful? Give feedback.
Answered by
gregsdennis
Jun 25, 2023
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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
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.