{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VariableList", "title": "VariableList", "type": "object", "description": "A list of project variables.", "properties": { "data": { "type": "array", "description": "Array of variable objects.", "items": { "$ref": "#/components/schemas/Variable" } } } }