json-schema-editor
json-schema-editor copied to clipboard
Support for const
Support for const keyword would be nice to have . For example :
"type": "object",
"additionalProperties": true,
"properties": {
"RequestTypeId": {
"type": "number",
"const": 4
},