feat: add symbol_id field to node types schema
This commit is contained in:
parent
04420e4b51
commit
d2a2b4005a
1 changed files with 4 additions and 1 deletions
|
|
@ -41,6 +41,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/NodeType"
|
||||
}
|
||||
},
|
||||
"symbol_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"oneOf": [
|
||||
|
|
@ -105,4 +108,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue