{ "$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." } } }