{
"type": "object",
"properties": {
"abc": {
"type": "integer",
"default": 1,
"enum": [1,2,3]
},
"def": {
"const": 5
}