Axway · JSON Structure

Amplify Platform Event Data Action User Structure

EventDataActionUser schema from Axway Amplify Platform API

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

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

Properties

action_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": "EventDataActionUser",
  "description": "EventDataActionUser schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "action_user_guid": {
      "description": "The `guid` of the user that performed the action",
      "allOf": [
        {
          "$ref": "#/components/schemas/User/properties/guid"
        }
      ],
      "example": "example_value"
    }
  }
}