design-system-package-dsp
design-system-package-dsp copied to clipboard
[IDEA] JSON Schemas
Is it possible to define JSON Schemas (https://json-schema.org/)?
The docs are great to get the gist of the file structure, but it's challenging to understand:
- which keys are required/optional?
- which values are allowed for said keys?
- which keys can be used for different entity types
- etc.
Having a schema file (or set of files) would be beneficial in both learning how to generate DSP JSON as well as serve as a means to validate JSON, as well.