{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-send-otp-message-request-structure.json", "name": "SendOTPMessageRequest", "description": "SendOTPMessageRequest schema from Amazon Pinpoint API", "type": "object", "properties": { "SendOTPMessageRequestParameters": { "$ref": "#/components/schemas/SendOTPMessageRequestParameters" } }, "required": [ "SendOTPMessageRequestParameters" ] }