{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-connect-vault-ref-structure.json", "name": "VaultRef", "description": "A reference to a vault.", "type": "object", "properties": { "id": { "type": "uuid", "description": "The unique identifier of the referenced vault." } } }