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

14 lines
242 B
JSON
Raw Normal View History

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