Workos Context
JSON-LD context defining the semantic vocabulary for Workos from WorkOS.
18 Classes
5 Properties
15 Namespaces
Namespaces
schema:
http://schema.org/
acl:
http://www.w3.org/ns/auth/acl#
audit:
https://workos.com/vocab/audit#
email_verified:
https://schema.org/email#verified
Connection:
https://workos.com/vocab#SsoConnection
connection_type:
https://workos.com/vocab#connectionType
Directory:
https://workos.com/vocab#Directory
WarrantCheck:
https://workos.com/vocab#FgaCheck
resource_type:
https://workos.com/vocab#resourceType
resource_id:
https://workos.com/vocab#resourceId
relation:
https://workos.com/vocab#relation
subject:
https://workos.com/vocab#subject
Pipe:
https://workos.com/vocab#AgentPipe
scope:
https://workos.com/vocab#scope
approval:
https://workos.com/vocab#humanApproval
Classes
scim
id
type
User
user_id
email
first_name
last_name
Organization
name
domains
DirectoryUser
DirectoryGroup
AuditEvent
action
occurred_at
actor
targets
Properties
| Property |
Type |
Container |
| profile_picture_url |
reference |
|
| last_sign_in_at |
schema:DateTime |
|
| created_at |
schema:DateTime |
|
| updated_at |
schema:DateTime |
|
| organization_id |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"@vocab": "https://workos.com/vocab#",
"schema": "http://schema.org/",
"acl": "http://www.w3.org/ns/auth/acl#",
"scim": "urn:ietf:params:scim:schemas:core:2.0:",
"audit": "https://workos.com/vocab/audit#",
"id": "@id",
"type": "@type",
"User": "schema:Person",
"user_id": "@id",
"email": "schema:email",
"first_name": "schema:givenName",
"last_name": "schema:familyName",
"profile_picture_url": { "@id": "schema:image", "@type": "@id" },
"email_verified": "https://schema.org/email#verified",
"last_sign_in_at": { "@id": "https://workos.com/vocab#lastSignInAt", "@type": "schema:DateTime" },
"created_at": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
"updated_at": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
"Organization": "schema:Organization",
"name": "schema:name",
"domains": "schema:url",
"Connection": "https://workos.com/vocab#SsoConnection",
"connection_type": "https://workos.com/vocab#connectionType",
"organization_id": { "@id": "https://workos.com/vocab#organization", "@type": "@id" },
"Directory": "https://workos.com/vocab#Directory",
"DirectoryUser": "scim:User",
"DirectoryGroup": "scim:Group",
"AuditEvent": "audit:Event",
"action": "audit:action",
"occurred_at": "audit:occurredAt",
"actor": "audit:actor",
"targets": "audit:target",
"WarrantCheck": "https://workos.com/vocab#FgaCheck",
"resource_type": "https://workos.com/vocab#resourceType",
"resource_id": "https://workos.com/vocab#resourceId",
"relation": "https://workos.com/vocab#relation",
"subject": "https://workos.com/vocab#subject",
"Pipe": "https://workos.com/vocab#AgentPipe",
"scope": "https://workos.com/vocab#scope",
"approval": "https://workos.com/vocab#humanApproval"
}
}