scinote-web/spec/support/api/schemas/status_items/resource.json
2019-11-29 10:19:07 +01:00

15 lines
158 B
JSON

{
"id": "file:/resource.json#",
"type": "object",
"properties":{
"data": {
"$ref": "file:/item.json#"
}
},
"required": ["data"]
}