mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
34 lines
533 B
JSON
34 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"]
|
|
}
|
|
|
|
|
|
|
|
|