{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_country_code_allowlist_v3_GetAllowedSMSCountryCodesResponse", "title": "pwa_country_code_allowlist_v3_GetAllowedSMSCountryCodesResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "country_codes": { "type": "array", "items": { "type": "string" } }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "country_codes", "status_code" ] }