1Password · JSON-LD Context
1Password Events Context
JSON-LD context defining the semantic vocabulary for 1Password Events from 1Password.
13 Classes
43 Properties
4 Namespaces
Namespaces
onepassword:
https://1password.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
AuditEventResponse
AuditEvent
EventClient
EventLocation
EventRequest
EventUser
ItemUsageResponse
ItemUsage
SignInAttemptResponse
SignInAttempt
TokenIntrospection
email
name
Properties
| Property | Type | Container |
|---|---|---|
| action | string | |
| actorDetails | string | |
| actorUuid | string | |
| appName | string | |
| appVersion | string | |
| auxDetails | reference | |
| auxId | integer | |
| auxInfo | string | |
| auxUuid | string | |
| category | string | |
| city | string | |
| client | string | |
| country | string | |
| cursor | string | |
| deviceUuid | string | |
| features | string | set |
| hasMore | boolean | |
| ip | string | |
| itemUuid | string | |
| items | string | set |
| latitude | decimal | |
| limit | integer | |
| location | string | |
| loginTime | dateTime | |
| longitude | decimal | |
| objectDetails | reference | |
| objectType | string | |
| objectUuid | string | |
| osName | string | |
| osVersion | string | |
| platformName | string | |
| platformVersion | string | |
| region | string | |
| session | reference | |
| sessionUuid | string | |
| startTime | dateTime | |
| targetUser | string | |
| timestamp | dateTime | |
| type | string | |
| usedVersion | integer | |
| user | string | |
| uuid | string | |
| vaultUuid | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"onepassword": "https://1password.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"AuditEventResponse": "onepassword:AuditEventResponse",
"AuditEvent": "onepassword:AuditEvent",
"EventClient": "onepassword:EventClient",
"EventLocation": "onepassword:EventLocation",
"EventRequest": "onepassword:EventRequest",
"EventUser": "onepassword:EventUser",
"ItemUsageResponse": "onepassword:ItemUsageResponse",
"ItemUsage": "onepassword:ItemUsage",
"SignInAttemptResponse": "onepassword:SignInAttemptResponse",
"SignInAttempt": "onepassword:SignInAttempt",
"TokenIntrospection": "onepassword:TokenIntrospection",
"action": {
"@id": "onepassword:action",
"@type": "xsd:string"
},
"actorDetails": {
"@id": "onepassword:actor_details",
"@type": "xsd:string"
},
"actorUuid": {
"@id": "onepassword:actor_uuid",
"@type": "xsd:string"
},
"appName": {
"@id": "onepassword:app_name",
"@type": "xsd:string"
},
"appVersion": {
"@id": "onepassword:app_version",
"@type": "xsd:string"
},
"auxDetails": {
"@id": "onepassword:aux_details",
"@type": "@id"
},
"auxId": {
"@id": "onepassword:aux_id",
"@type": "xsd:integer"
},
"auxInfo": {
"@id": "onepassword:aux_info",
"@type": "xsd:string"
},
"auxUuid": {
"@id": "onepassword:aux_uuid",
"@type": "xsd:string"
},
"category": {
"@id": "onepassword:category",
"@type": "xsd:string"
},
"city": {
"@id": "onepassword:city",
"@type": "xsd:string"
},
"client": {
"@id": "onepassword:client",
"@type": "xsd:string"
},
"country": {
"@id": "onepassword:country",
"@type": "xsd:string"
},
"cursor": {
"@id": "onepassword:cursor",
"@type": "xsd:string"
},
"deviceUuid": {
"@id": "onepassword:device_uuid",
"@type": "xsd:string"
},
"email": "schema:email",
"features": {
"@id": "onepassword:features",
"@container": "@set",
"@type": "xsd:string"
},
"hasMore": {
"@id": "onepassword:has_more",
"@type": "xsd:boolean"
},
"ip": {
"@id": "onepassword:ip",
"@type": "xsd:string"
},
"itemUuid": {
"@id": "onepassword:item_uuid",
"@type": "xsd:string"
},
"items": {
"@id": "onepassword:items",
"@container": "@set",
"@type": "xsd:string"
},
"latitude": {
"@id": "onepassword:latitude",
"@type": "xsd:decimal"
},
"limit": {
"@id": "onepassword:limit",
"@type": "xsd:integer"
},
"location": {
"@id": "onepassword:location",
"@type": "xsd:string"
},
"loginTime": {
"@id": "onepassword:login_time",
"@type": "xsd:dateTime"
},
"longitude": {
"@id": "onepassword:longitude",
"@type": "xsd:decimal"
},
"name": "schema:name",
"objectDetails": {
"@id": "onepassword:object_details",
"@type": "@id"
},
"objectType": {
"@id": "onepassword:object_type",
"@type": "xsd:string"
},
"objectUuid": {
"@id": "onepassword:object_uuid",
"@type": "xsd:string"
},
"osName": {
"@id": "onepassword:os_name",
"@type": "xsd:string"
},
"osVersion": {
"@id": "onepassword:os_version",
"@type": "xsd:string"
},
"platformName": {
"@id": "onepassword:platform_name",
"@type": "xsd:string"
},
"platformVersion": {
"@id": "onepassword:platform_version",
"@type": "xsd:string"
},
"region": {
"@id": "onepassword:region",
"@type": "xsd:string"
},
"session": {
"@id": "onepassword:session",
"@type": "@id"
},
"sessionUuid": {
"@id": "onepassword:session_uuid",
"@type": "xsd:string"
},
"startTime": {
"@id": "onepassword:start_time",
"@type": "xsd:dateTime"
},
"targetUser": {
"@id": "onepassword:target_user",
"@type": "xsd:string"
},
"timestamp": {
"@id": "onepassword:timestamp",
"@type": "xsd:dateTime"
},
"type": {
"@id": "onepassword:type",
"@type": "xsd:string"
},
"usedVersion": {
"@id": "onepassword:used_version",
"@type": "xsd:integer"
},
"user": {
"@id": "onepassword:user",
"@type": "xsd:string"
},
"uuid": {
"@id": "onepassword:uuid",
"@type": "xsd:string"
},
"vaultUuid": {
"@id": "onepassword:vault_uuid",
"@type": "xsd:string"
}
}
}