Axway · Schema

EventDataCentral

EventDataCentral schema from Axway Amplify Platform API

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
consumer_org_id string The `org_id` of the consumer organization if applicable.
id string
name string
org_guid object
org_id object
View JSON Schema on GitHub

JSON Schema

amplify-platform-event-data-central-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-event-data-central-schema.json",
  "title": "EventDataCentral",
  "description": "EventDataCentral schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "consumer_org_id": {
      "type": "string",
      "description": "The `org_id` of the consumer organization if applicable.",
      "example": "507f1f77bcf86cd799439011"
    },
    "id": {
      "type": "string",
      "example": "507f1f77bcf86cd799439011"
    },
    "name": {
      "type": "string",
      "example": "Example Name"
    },
    "org_guid": {
      "$ref": "#/components/schemas/Org/properties/guid"
    },
    "org_id": {
      "$ref": "#/components/schemas/Org/properties/org_id"
    }
  }
}