1Password · JSON Structure

1Password Connect Section Structure

Represents a section within an item used to organize fields into logical groups.

Type: object Properties: 2
Password ManagerPasswordsSecuritySecrets

Section 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

id label

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-structure.json",
  "name": "Section",
  "description": "Represents a section within an item used to organize fields into logical groups.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the section."
    },
    "label": {
      "type": "string",
      "description": "The human-readable label for the section."
    }
  }
}