Axway · JSON Structure

Amplify Platform Event Data User Structure

EventDataUser schema from Axway Amplify Platform API

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

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

Properties

provider_guid user_guid

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EventDataUser",
  "description": "EventDataUser schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "provider_guid": {
      "$ref": "#/components/schemas/User/properties/provider_guid"
    },
    "user_guid": {
      "$ref": "#/components/schemas/User/properties/guid"
    }
  }
}