{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-schema/1password-events-event-user-schema.json", "title": "EventUser", "description": "Represents a user involved in an event.", "type": "object", "properties": { "uuid": { "type": "string", "format": "uuid", "description": "The unique identifier of the user." }, "name": { "type": "string", "description": "The name of the user." }, "email": { "type": "string", "format": "email", "description": "The email address of the user." } } }