design-system-package-dsp icon indicating copy to clipboard operation
design-system-package-dsp copied to clipboard

[IDEA] JSON Schemas

Open CITguy opened this issue 5 years ago • 0 comments

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.

CITguy avatar Oct 09 '20 18:10 CITguy