1{ 2 "properties": { 3 "id": { 4 "format": "int64", 5 "readOnly": true, 6 "type": "integer" 7 }, 8 "title": { 9 "maxLength": 80, 10 "minLength": 2, 11 "type": "string" 12 } 13 }, 14 "required": [ 15 "title" 16 ], 17 "type": "object" 18}
View as plain text