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