{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DialPlanUsageGetResponse", "title": "DialPlanUsageGetResponse", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0RJQUxfUExBTi8wNTlhMjczZS1iYmIwLTExZWMtODQyMi0wMjQyYWMxMjAwMDI", "description": "Unique identifier for the dial plan." }, "name": { "type": "string", "example": "dialPlanName", "description": "Name of a dial plan." } } }