blob: 34504a64d4be43c5c104c8b1bbe12e1b4c6b4175 [file] [log] [blame]
{
"item": {
"type": "object",
"required": [
"title"
],
"properties": {
"id": {
"type": "integer",
"format": "uint64",
"readOnly": true
},
"title": {
"type": "string",
"minLength": 2,
"maxLength": 80
},
"subitem": {
"$ref": "item.json#/item"
}
}
}
}