clerk:
https://clerk.com/docs/vocab#
schema:
https://schema.org/
rdf:
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs:
http://www.w3.org/2000/01/rdf-schema#
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@context": {
"@version": 1.1,
"@vocab": "https://schema.org/",
"clerk": "https://clerk.com/docs/vocab#",
"schema": "https://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Service": "schema:Service",
"Organization": "schema:Organization",
"User": "clerk:User",
"Session": "clerk:Session",
"Client": "clerk:Client",
"OrganizationMembership": "clerk:OrganizationMembership",
"OrganizationInvitation": "clerk:OrganizationInvitation",
"Invitation": "clerk:Invitation",
"EmailAddress": "clerk:EmailAddress",
"PhoneNumber": "clerk:PhoneNumber",
"PasskeyCredential": "clerk:PasskeyCredential",
"SAMLConnection": "clerk:SAMLConnection",
"EnterpriseConnection": "clerk:EnterpriseConnection",
"JWTTemplate": "clerk:JWTTemplate",
"OAuthApplication": "clerk:OAuthApplication",
"OAuthAccessToken": "clerk:OAuthAccessToken",
"ActorToken": "clerk:ActorToken",
"SignInToken": "clerk:SignInToken",
"M2MToken": "clerk:M2MToken",
"APIKey": "clerk:APIKey",
"Machine": "clerk:Machine",
"AgentTask": "clerk:AgentTask",
"WaitlistEntry": "clerk:WaitlistEntry",
"Plan": "clerk:Plan",
"Subscription": "clerk:Subscription",
"id": "@id",
"object": "@type",
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"first_name": "schema:givenName",
"last_name": "schema:familyName",
"username": "schema:alternateName",
"image_url": "schema:image",
"profile_image_url": "schema:image",
"email_address": "schema:email",
"phone_number": "schema:telephone",
"primary_email_address_id": "clerk:primaryEmailAddressId",
"primary_phone_number_id": "clerk:primaryPhoneNumberId",
"primary_web3_wallet_id": "clerk:primaryWeb3WalletId",
"external_id": "clerk:externalId",
"public_metadata": "clerk:publicMetadata",
"private_metadata": "clerk:privateMetadata",
"unsafe_metadata": "clerk:unsafeMetadata",
"last_sign_in_at": {
"@id": "clerk:lastSignInAt",
"@type": "xsd:dateTime"
},
"last_active_at": {
"@id": "clerk:lastActiveAt",
"@type": "xsd:dateTime"
},
"expire_at": {
"@id": "clerk:expireAt",
"@type": "xsd:dateTime"
},
"abandon_at": {
"@id": "clerk:abandonAt",
"@type": "xsd:dateTime"
},
"two_factor_enabled": "clerk:twoFactorEnabled",
"totp_enabled": "clerk:totpEnabled",
"backup_code_enabled": "clerk:backupCodeEnabled",
"passkeys": "clerk:passkeys",
"external_accounts": "clerk:externalAccounts",
"verification": "clerk:verification",
"status": "schema:actionStatus",
"role": "schema:roleName",
"role_name": "schema:roleName",
"permissions": "clerk:permissions",
"organization": "clerk:organization",
"organization_id": "clerk:organizationId",
"user_id": "clerk:userId",
"session_id": "clerk:sessionId",
"instance_id": "clerk:instanceId",
"client_id": "clerk:clientId",
"ban": "clerk:banned",
"locked": "clerk:locked",
"name": "schema:name",
"slug": "schema:identifier",
"logo_url": "schema:logo",
"members_count": "schema:numberOfEmployees",
"max_allowed_memberships": "clerk:maxAllowedMemberships",
"admin_delete_enabled": "clerk:adminDeleteEnabled",
"created_by": "schema:creator"
}
}