Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Event Payload Structure

Information about the payload of an event recording Amazon CodeCatalyst activity.

Type: object Properties: 2
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

EventPayload is a JSON Structure definition published by Amazon CodeCatalyst, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

contentType data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}