{ "type": "object", "name": "Variable", "properties": { "collection": { "type": "boolean" }, "dataType": { "type": "string" }, "description": { "type": "string" }, "input": { "type": "boolean" }, "name": { "type": "string" }, "output": { "type": "boolean" }, "type": { "type": "string" }, "value": { "type": "string" } }, "required": [ "collection", "dataType", "description", "input", "name", "output", "type", "value" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }