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

14 lines
248 B
JSON
Raw Normal View History

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