* Fixed checkstyle by running the "./gradlew --no-daemon format --scan". NO changes in logic
22 lines
336 B
JSON
22 lines
336 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"name": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"hold": {
|
|
"type": ["boolean", "null"]
|
|
},
|
|
"repeat": {
|
|
"type": ["boolean", "null"]
|
|
},
|
|
"created_at": {
|
|
"type": ["string", "null"]
|
|
}
|
|
},
|
|
"required": ["id"]
|
|
}
|