Support for const keyword would be nice to have . For example : ``` "type": "object", "additionalProperties": true, "properties": { "RequestTypeId": { "type": "number", "const": 4 }, ```