This commit is contained in:
bglgwyng 2026-01-20 23:16:47 -05:00 committed by GitHub
commit 333d6a9a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 757 additions and 370 deletions

View file

@ -41,6 +41,12 @@
"items": {
"$ref": "#/definitions/NodeType"
}
},
"symbol_ids": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"oneOf": [
@ -105,4 +111,4 @@
}
}
}
}
}