mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
14 lines
216 B
JSON
14 lines
216 B
JSON
|
{
|
||
|
"id": "file:/collection.json#",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"data": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"$ref": "file:/item.json#"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"required": ["data", "links"]
|
||
|
}
|