21 lines
297 B
JSON
Executable File
21 lines
297 B
JSON
Executable File
{
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"type": "object",
|
|
"properties": {
|
|
"title": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"maxLength": 20
|
|
},
|
|
"top": {
|
|
"type": "integer",
|
|
"default": 0,
|
|
"minimum": 0,
|
|
"maximum": 999999999
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |