13 lines
317 B
JSON
13 lines
317 B
JSON
{
|
|
"title": "Global Variables",
|
|
"description": "Global variables that can be used in any JSON file.",
|
|
"type": "object",
|
|
"propertyNames": {
|
|
"pattern": "^\\$[a-zA-Z0-9_]+$"
|
|
},
|
|
"additionalProperties": {
|
|
"title": "Global Variable",
|
|
"type": ["array", "boolean", "integer", "number", "string"]
|
|
}
|
|
}
|