refactor: change symbol_id to symbol_ids array in node-types schema
This commit is contained in:
parent
f1f11bde00
commit
fc747bce53
1 changed files with 5 additions and 2 deletions
|
|
@ -42,8 +42,11 @@
|
|||
"$ref": "#/definitions/NodeType"
|
||||
}
|
||||
},
|
||||
"symbol_id": {
|
||||
"type": "integer"
|
||||
"symbol_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"oneOf": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue