Zitadel · JSON-LD Context

Zitadel Context

JSON-LD context defining the semantic vocabulary for Zitadel from Zitadel.

6 Classes 15 Properties 3 Namespaces
View Context View on GitHub

Namespaces

zitadel: https://zitadel.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

User HumanUser MachineUser Organization Project Application

Properties

Property Type Container
id string
userName string
state string
loginNames list
preferredLoginName string
name string
primaryDomain string
appType string
firstName string
lastName string
displayName string
email string
phone string
preferredLanguage string
gender string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "zitadel": "https://zitadel.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "User": "zitadel:User",
    "HumanUser": "zitadel:HumanUser",
    "MachineUser": "zitadel:MachineUser",
    "Organization": "zitadel:Organization",
    "Project": "zitadel:Project",
    "Application": "zitadel:Application",
    "id": {"@id": "zitadel:id", "@type": "xsd:string"},
    "userName": {"@id": "zitadel:userName", "@type": "xsd:string"},
    "state": {"@id": "zitadel:state", "@type": "xsd:string"},
    "loginNames": {"@id": "zitadel:loginNames", "@container": "@list"},
    "preferredLoginName": {"@id": "zitadel:preferredLoginName", "@type": "xsd:string"},
    "name": {"@id": "schema:name", "@type": "xsd:string"},
    "primaryDomain": {"@id": "zitadel:primaryDomain", "@type": "xsd:string"},
    "appType": {"@id": "zitadel:appType", "@type": "xsd:string"},
    "firstName": {"@id": "schema:givenName", "@type": "xsd:string"},
    "lastName": {"@id": "schema:familyName", "@type": "xsd:string"},
    "displayName": {"@id": "zitadel:displayName", "@type": "xsd:string"},
    "email": {"@id": "schema:email", "@type": "xsd:string"},
    "phone": {"@id": "schema:telephone", "@type": "xsd:string"},
    "preferredLanguage": {"@id": "zitadel:preferredLanguage", "@type": "xsd:string"},
    "gender": {"@id": "schema:gender", "@type": "xsd:string"}
  }
}