1Password · JSON Structure

1Password Connect Section Ref Structure

A reference to a section within an item.

Type: object Properties: 1
Password ManagerPasswordsSecuritySecrets

SectionRef 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-section-ref-structure.json",
  "name": "SectionRef",
  "description": "A reference to a section within an item.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the referenced section."
    }
  }
}