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