{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-structure/in-app-messaging-api-send-message-response-structure.json", "description": "SendMessageResponse schema from AT&T API", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the sent message", "example": "msg-500123" }, "resourceURL": { "type": "uri", "description": "URL to access the message resource", "example": "https://api.att.com/myMessages/v2/messages/msg-500123" } }, "name": "SendMessageResponse" }