Axway · JSON Structure

Amplify Platform Event Data Org Structure

EventDataOrg schema from Axway Amplify Platform API

Type: object Properties: 5
API ManagementEnterpriseIntegrationSecurity

EventDataOrg 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

org_guid org_id org_name provider_guid region

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventDataOrg",
  "description": "EventDataOrg schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "org_guid": {
      "$ref": "#/components/schemas/Org/properties/guid"
    },
    "org_id": {
      "$ref": "#/components/schemas/Org/properties/org_id"
    },
    "org_name": {
      "$ref": "#/components/schemas/Org/properties/name"
    },
    "provider_guid": {
      "$ref": "#/components/schemas/Org/properties/provider_guid"
    },
    "region": {
      "$ref": "#/components/schemas/Org/properties/region"
    }
  }
}