2019-10-21 16:38:20 +08:00
|
|
|
{
|
2020-11-23 19:42:03 +08:00
|
|
|
"id": "file:/status_items/item.json#",
|
2019-10-21 16:38:20 +08:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"icon": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"type": "string"
|
2021-08-18 16:00:01 +08:00
|
|
|
},
|
|
|
|
"created_at": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"updated_at": {
|
|
|
|
"type": "string"
|
2019-10-21 16:38:20 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [
|
|
|
|
"icon",
|
|
|
|
"status"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": ["id", "type", "attributes"]
|
|
|
|
}
|