19 lines
260 B
JSON
19 lines
260 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"format": "int64",
|
||
|
"readOnly": true,
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"title": {
|
||
|
"maxLength": 80,
|
||
|
"minLength": 2,
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"title"
|
||
|
],
|
||
|
"type": "object"
|
||
|
}
|