Axway · Schema

EventDataActionUser

EventDataActionUser schema from Axway Amplify Platform API

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
action_user_guid object The `guid` of the user that performed the action
View JSON Schema on GitHub

JSON Schema

amplify-platform-event-data-action-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-event-data-action-user-schema.json",
  "title": "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"
    }
  }
}