{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-connect-url-structure.json", "name": "Url", "description": "Represents a URL associated with an item.", "type": "object", "properties": { "primary": { "type": "boolean", "description": "Whether this is the primary URL for the item." }, "href": { "type": "uri", "description": "The URL value." } } }