bf51655a7b
Signed-off-by: Jacek J. Łakis <jacek.lakis@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
18 lines
260 B
JSON
18 lines
260 B
JSON
{
|
|
"properties": {
|
|
"id": {
|
|
"format": "int64",
|
|
"readOnly": true,
|
|
"type": "integer"
|
|
},
|
|
"title": {
|
|
"maxLength": 80,
|
|
"minLength": 2,
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"title"
|
|
],
|
|
"type": "object"
|
|
}
|