{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePhoneProviderSendTestResponseContent", "title": "CreatePhoneProviderSendTestResponseContent", "type": "object", "additionalProperties": false, "properties": { "code": { "type": "number", "description": "The status code of the operation." }, "message": { "type": "string", "description": "The description of the operation status." } } }