File size: 228 Bytes
6c50d1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"type": "object",
"default": "1",
"example": {
"a": "aVal",
"b": true
},
"enum": [
4,
true
],
"properties": {
"a": {
"type": "string"
},
"b": {
"type": "number"
}
}
} |