{ "type": "object", "patternProperties": { "^[a-zA-Z0-9_]*$": { "anyOf": [ { "$ref": "text_variable_full_syntax.json" }, { "type": "string" } ] } }, "additionalProperties": false }