1Password · Schema

VaultRef

A reference to a vault.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier of the referenced vault.
View JSON Schema on GitHub

JSON Schema

1password-connect-vault-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-schema/1password-connect-vault-ref-schema.json",
  "title": "VaultRef",
  "description": "A reference to a vault.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the referenced vault."
    }
  }
}