{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-event-payload-structure.json", "name": "EventPayload", "description": "Information about the payload of an event recording Amazon CodeCatalyst activity.", "type": "object", "properties": { "contentType": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The type of content in the event payload." } ] }, "data": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The data included in the event payload." } ] } } }