{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreatePhoneTemplateTestNotificationResponseContent", "title": "CreatePhoneTemplateTestNotificationResponseContent", "type": "object", "additionalProperties": true, "required": [ "message" ], "properties": { "message": { "type": "string" } } }