scinote-web/spec/support/api/schemas/status_items/item.json

37 lines
666 B
JSON

{
"id": "file:/status_items/item.json#",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string"
},
"attributes": {
"type": "object",
"properties": {
"icon": {
"type": "string"
},
"status": {
"type": "string"
},
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"icon",
"status"
]
}
},
"additionalProperties": false,
"required": ["id", "type", "attributes"]
}