{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/voice-error-structure.json", "name": "Error", "description": "Error schema from Bandwidth voice API", "type": "object", "properties": { "type": { "type": "string", "description": "The error type URI" }, "description": { "type": "string", "description": "A human-readable description of the error" }, "id": { "type": "string", "description": "The unique error identifier" } } }