{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SetGuardianFactorsProviderPhoneTwilioResponseContent", "title": "SetGuardianFactorsProviderPhoneTwilioResponseContent", "type": "object", "additionalProperties": false, "properties": { "from": { "type": [ "string", "null" ], "description": "From number", "default": "+1223323", "minLength": 0, "maxLength": 64 }, "messaging_service_sid": { "type": [ "string", "null" ], "description": "Copilot SID", "default": "5dEkAiHLPCuQ1uJj4qNXcAnERFAL6cpq", "minLength": 1, "maxLength": 1000 }, "auth_token": { "type": [ "string", "null" ], "description": "Twilio Authentication token", "default": "zw5Ku6z2sxhd0ZVXto5SDHX6KPDByJPU", "minLength": 1, "maxLength": 1000 }, "sid": { "type": [ "string", "null" ], "description": "Twilio SID", "default": "wywA2BH4VqTpfywiDuyDAYZL3xQjoO40", "minLength": 1, "maxLength": 1000 } } }