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