{ "$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" } } }