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