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

15 lines
158 B
JSON
Raw Normal View History

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