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

15 lines
184 B
JSON
Raw Normal View History

2019-10-21 16:38:20 +08:00
{
"id": "file:/status_items/resource.json#",
2019-10-21 16:38:20 +08:00
"type": "object",
"properties":{
"data": {
"$ref": "file:/status_items/item.json#"
2019-10-21 16:38:20 +08:00
}
},
"required": ["data"]
}