{ "$id": "treeVariable", "title": "Tree Variable", "description": "Tree Variable Object", "type": "object", "properties": { "name": { "type": "string", "pattern": "[a-zA-Z]+" }, "value": { "type": "string", "value": "[a-zA-Z0-9]+" }, "type": { "type": "string", "enum": [ "literal", "pattern" ] } }, "required": [ "name", "value", "type" ] }