{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/veradial/main/json-schema/veradial-get-lines-response-schema.json", "title": "GetLinesResponse", "x-generated": "2026-09-23", "x-method": "derived", "x-generator": "derive-json-schema.py", "x-source": "openapi/_ae-authored/veradial-openapi-generated.yml#/components/schemas/GetLinesResponse", "type": "object", "properties": { "lines": { "type": "array", "description": "Array of line objects containing id, phoneNumber, label, isPrimary, and status" } } }