Axway · JSON Structure

Amplify Platform Event Data Central Structure

EventDataCentral schema from Axway Amplify Platform API

Type: object Properties: 5
API ManagementEnterpriseIntegrationSecurity

EventDataCentral is a JSON Structure definition published by Axway, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

consumer_org_id id name org_guid org_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}