{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-events-event-client-structure.json", "name": "EventClient", "description": "Information about the client application used in an event.", "type": "object", "properties": { "app_name": { "type": "string", "description": "The name of the 1Password application." }, "app_version": { "type": "string", "description": "The version of the application." }, "platform_name": { "type": "string", "description": "The name of the operating system platform." }, "platform_version": { "type": "string", "description": "The version of the operating system." }, "os_name": { "type": "string", "description": "The name of the operating system." }, "os_version": { "type": "string", "description": "The version of the operating system." }, "ip": { "type": "string", "description": "The IP address of the client." } } }