{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VariableOrderRes", "title": "VariableOrderRes", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the variable in the flow version object", "example": "var1" }, "variableSeq": { "type": "string", "description": "Sequence number of the variable", "example": "1" } } }