1Password · JSON Structure

1Password Events Event Client Structure

Information about the client application used in an event.

Type: object Properties: 7
Password ManagerPasswordsSecuritySecrets

EventClient is a JSON Structure definition published by 1Password, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

app_name app_version platform_name platform_version os_name os_version ip

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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