Stytch · JSON-LD Context
Stytch Context
JSON-LD context defining the semantic vocabulary for Stytch from Stytch.
6 Classes
30 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
stytch:
https://stytch.com/vocab#
Classes
name
description
email
identifier
Person
Organization
Properties
| Property | Type | Container |
|---|---|---|
| User | schema:Person | |
| Member | schema:Person | |
| B2BOrganization | schema:Organization | |
| Session | ||
| AuthenticationFactor | ||
| MagicLink | ||
| OTP | ||
| SSOConnection | ||
| SCIMConnection | ||
| ConnectedApp | schema:SoftwareApplication | |
| MCPServerClient | schema:SoftwareApplication | |
| M2MClient | schema:SoftwareApplication | |
| AIAgent | schema:SoftwareApplication | |
| DeviceFingerprint | ||
| FraudVerdict | ||
| userId | schema:identifier | |
| memberId | schema:identifier | |
| organizationId | schema:identifier | |
| sessionToken | ||
| sessionJwt | ||
| createdAt | schema:DateTime | |
| expiresAt | schema:DateTime | |
| verifiedEmail | schema:email | |
| passwordless | schema:Boolean | |
| clientId | schema:identifier | |
| scopes | ||
| redirectUrls | ||
| telemetryId | schema:identifier | |
| visitorId | schema:identifier | |
| verdictAction |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"stytch": "https://stytch.com/vocab#",
"name": "schema:name",
"description": "schema:description",
"email": "schema:email",
"identifier": "schema:identifier",
"Person": "schema:Person",
"Organization": "schema:Organization",
"User": {
"@id": "stytch:User",
"@type": "schema:Person"
},
"Member": {
"@id": "stytch:Member",
"@type": "schema:Person"
},
"B2BOrganization": {
"@id": "stytch:Organization",
"@type": "schema:Organization"
},
"Session": {
"@id": "stytch:Session"
},
"AuthenticationFactor": {
"@id": "stytch:AuthenticationFactor"
},
"MagicLink": {
"@id": "stytch:MagicLink"
},
"OTP": {
"@id": "stytch:OTP"
},
"SSOConnection": {
"@id": "stytch:SSOConnection"
},
"SCIMConnection": {
"@id": "stytch:SCIMConnection"
},
"ConnectedApp": {
"@id": "stytch:ConnectedApp",
"@type": "schema:SoftwareApplication"
},
"MCPServerClient": {
"@id": "stytch:MCPServerClient",
"@type": "schema:SoftwareApplication"
},
"M2MClient": {
"@id": "stytch:M2MClient",
"@type": "schema:SoftwareApplication"
},
"AIAgent": {
"@id": "stytch:AIAgent",
"@type": "schema:SoftwareApplication"
},
"DeviceFingerprint": {
"@id": "stytch:DeviceFingerprint"
},
"FraudVerdict": {
"@id": "stytch:FraudVerdict"
},
"userId": {
"@id": "stytch:userId",
"@type": "schema:identifier"
},
"memberId": {
"@id": "stytch:memberId",
"@type": "schema:identifier"
},
"organizationId": {
"@id": "stytch:organizationId",
"@type": "schema:identifier"
},
"sessionToken": {
"@id": "stytch:sessionToken"
},
"sessionJwt": {
"@id": "stytch:sessionJwt"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "schema:DateTime"
},
"expiresAt": {
"@id": "stytch:expiresAt",
"@type": "schema:DateTime"
},
"verifiedEmail": {
"@id": "stytch:verifiedEmail",
"@type": "schema:email"
},
"passwordless": {
"@id": "stytch:passwordless",
"@type": "schema:Boolean"
},
"clientId": {
"@id": "stytch:clientId",
"@type": "schema:identifier"
},
"scopes": {
"@id": "stytch:scopes"
},
"redirectUrls": {
"@id": "stytch:redirectUrls"
},
"telemetryId": {
"@id": "stytch:telemetryId",
"@type": "schema:identifier"
},
"visitorId": {
"@id": "stytch:visitorId",
"@type": "schema:identifier"
},
"verdictAction": {
"@id": "stytch:verdictAction"
}
}
}