{
"type": "null",
"format": "string",
"enum": [
null
],
"const": null,
"$ref": "string",
"$id": "string",
"title": "string",
"description": "string",
"default": null,
"deprecated": true,
"readOnly": true,
"writeOnly": true,
"examples": [
null
],
"allOf": [
{}
],
"anyOf": [
{}
],
"oneOf": [
{}
],
"not": {},
"if": {},
"then": {},
"else": {},
"multipleOf": 0,
"maximum": 0,
"exclusiveMaximum": 0,
"minimum": 0,
"exclusiveMinimum": 0,
"maxLength": 0,
"minLength": 0,
"pattern": "string",
"items": {},
"additionalItems": {},
"maxItems": 0,
"minItems": 0,
"uniqueItems": true,
"contains": {},
"maxProperties": 0,
"minProperties": 0,
"required": [
"string"
],
"properties": {
"property1": {},
"property2": {}
},
"patternProperties": {
"property1": {},
"property2": {}
},
"additionalProperties": {},
"propertyNames": {}
}