{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Variable", "title": "Variable", "type": "object", "description": "A substitution variable used in calculations and scripts.", "properties": { "name": { "type": "string", "description": "Variable name." }, "value": { "type": "string", "description": "Variable value." } } }