json-schema-editor icon indicating copy to clipboard operation
json-schema-editor copied to clipboard

Support for const

Open binaryfog opened this issue 4 years ago • 0 comments

Support for const keyword would be nice to have . For example :

    "type": "object",
    "additionalProperties": true,
    "properties": {
        "RequestTypeId": {
	   "type": "number",
            "const": 4
        },

binaryfog avatar Jul 07 '21 12:07 binaryfog