1Password · JSON Structure

1Password Connect Vault Ref Structure

A reference to a vault.

Type: object Properties: 1
Password ManagerPasswordsSecuritySecrets

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

Properties

id

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-connect-vault-ref-structure.json",
  "name": "VaultRef",
  "description": "A reference to a vault.",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid",
      "description": "The unique identifier of the referenced vault."
    }
  }
}