Get a node's parsed grammar schemas
GET/api/get_node_schema
Returns segment/field structural metadata parsed from every grammar JSON file (e.g. demo.json) found alongside main.lua in the node's directory. This powers schema-aware autocomplete for parsed message nodes and is pure structural metadata — it does not execute the script or read any sample values. Raises 404 if the node cannot be found.
Request
Responses
- 200
- 404
- 422
Successful Response
Node not found
Validation Error