Google Identity Platform · JSON-LD Context

Google Identity Platform Context

JSON-LD context defining the semantic vocabulary for Google Identity Platform from Google Identity Platform.

0 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

idp: https://cloud.google.com/identity-platform/ns/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
User
Tenant
ProviderConfig

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "idp": "https://cloud.google.com/identity-platform/ns/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "User": {
      "@id": "idp:User",
      "@context": {
        "localId": "idp:localId",
        "email": "schema:email",
        "displayName": "schema:name",
        "photoUrl": {
          "@id": "schema:image",
          "@type": "@id"
        },
        "phoneNumber": "schema:telephone",
        "emailVerified": "idp:emailVerified",
        "disabled": "idp:disabled",
        "createdAt": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "lastLoginAt": {
          "@id": "idp:lastLoginAt",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Tenant": {
      "@id": "idp:Tenant",
      "@context": {
        "tenantId": "idp:tenantId",
        "displayName": "schema:name",
        "allowPasswordSignup": "idp:allowPasswordSignup",
        "enableEmailLinkSignin": "idp:enableEmailLinkSignin",
        "enableAnonymousUser": "idp:enableAnonymousUser"
      }
    },

    "ProviderConfig": {
      "@id": "idp:ProviderConfig",
      "@context": {
        "providerId": "idp:providerId",
        "displayName": "schema:name",
        "enabled": "idp:enabled",
        "clientId": "idp:clientId",
        "issuer": {
          "@id": "idp:issuer",
          "@type": "@id"
        }
      }
    }
  }
}