Represents a URL associated with an item.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-schema/1password-connect-url-schema.json", "title": "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": "string", "format": "uri", "description": "The URL value." } } }