mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
35 lines
533 B
JSON
35 lines
533 B
JSON
|
{
|
||
|
"id": "file:/item.json#",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"type": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"attributes": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"icon": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"status": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false,
|
||
|
"required": [
|
||
|
"icon",
|
||
|
"status"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false,
|
||
|
"required": ["id", "type", "attributes"]
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|