scinote-web/spec/support/api/schemas/project_folders/collection.json
2020-12-02 13:15:48 +01:00

14 lines
216 B
JSON

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