{ "@context": { "@version": 1.1, "onepassword": "https://1password.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Account": "onepassword:Account", "CreateAccountRequest": "onepassword:CreateAccountRequest", "UpdateAccountRequest": "onepassword:UpdateAccountRequest", "accountType": { "@id": "onepassword:account_type", "@type": "xsd:string" }, "accountUid": { "@id": "onepassword:account_uid", "@type": "xsd:string" }, "activationToken": { "@id": "onepassword:activation_token", "@type": "xsd:string" }, "createdAt": "schema:dateCreated", "domain": { "@id": "onepassword:domain", "@type": "xsd:string" }, "endsAt": { "@id": "onepassword:ends_at", "@type": "xsd:dateTime" }, "status": { "@id": "onepassword:status", "@type": "xsd:string" } } }