1Password · JSON Structure

1Password Connect Url Structure

Represents a URL associated with an item.

Type: object Properties: 2
Password ManagerPasswordsSecuritySecrets

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

Properties

primary href

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-url-structure.json",
  "name": "Url",
  "description": "Represents a URL associated with an item.",
  "type": "object",
  "properties": {
    "primary": {
      "type": "boolean",
      "description": "Whether this is the primary URL for the item."
    },
    "href": {
      "type": "uri",
      "description": "The URL value."
    }
  }
}