Axway · JSON Structure

Amplify Platform Event Data Client Structure

EventDataClient schema from Axway Amplify Platform API

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

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

Properties

client_guid client_id client_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventDataClient",
  "description": "EventDataClient schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "client_guid": {
      "$ref": "#/components/schemas/Client/properties/guid"
    },
    "client_id": {
      "$ref": "#/components/schemas/Client/properties/client_id"
    },
    "client_name": {
      "$ref": "#/components/schemas/Client/properties/name"
    }
  }
}