Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
}
},
"$defs": {
"instance": {
"description": "The shape of one `component.instances[]` entry. Tooling resolves instance config through this fixed name; the definition lives under its domain name below.",
"$ref": "#/$defs/route"
},
"scriptEngine": {
"type": "string",
"enum": ["rhai", "lua"],
Expand Down
Loading