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

15 lines
158 B
JSON
Raw Normal View History

2020-11-23 14:09:10 +08:00
{
"id": "file:/resource.json#",
"type": "object",
"properties":{
"data": {
"$ref": "file:/item.json#"
}
},
"required": ["data"]
}