1Password · JSON-LD Context

1Password Partnership Context

JSON-LD context defining the semantic vocabulary for 1Password Partnership from 1Password.

4 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

onepassword: https://1password.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Account CreateAccountRequest UpdateAccountRequest createdAt

Properties

Property Type Container
accountType string
accountUid string
activationToken string
domain string
endsAt dateTime
status string

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}