gecBurton / djangorestframework-jsonschema

djangorestframework-jsonschema
ISC License
6 stars 0 forks source link

meta schema #4

Closed gecBurton closed 4 years ago

gecBurton commented 4 years ago

jsonschema's can be specified via jsonschema https://json-schema.org/specification.html#meta-schemas !

We should use this to specify the reduced jsonschema that we allow in this project, this will then be used to validate the user specified input.

gecBurton commented 4 years ago

0cf4872