Acuant · JSON-LD Context
Acuant Context
JSON-LD context defining the semantic vocabulary for Acuant from Acuant.
13 Classes
25 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
acuant:
https://www.acuant.com/vocab#
Classes
Document
DocumentInstance
DocumentField
DocumentType
DocumentImage
LivenessResult
FaceMatchResult
AuthToken
identityVerification
documentAuthentication
biometricVerification
livenessDetection
faceMatching
Properties
| Property | Type | Container |
|---|---|---|
| InstanceId | string | |
| SubscriptionId | string | |
| Classification | reference | |
| Fields | set | |
| Images | set | |
| Name | string | |
| Value | string | |
| DataSource | string | |
| IssuerCode | string | |
| IssuerName | string | |
| Series | string | |
| GlareMetric | float | |
| SharpnessMetric | float | |
| Light | integer | |
| Side | integer | |
| LivenessAssessment | string | |
| Score | float | |
| IsMatch | boolean | |
| TransactionId | string | |
| token | string | |
| expiresIn | integer | |
| isValid | boolean | |
| provider | reference | |
| dateCreated | dateTime | |
| url | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"acuant": "https://www.acuant.com/vocab#",
"Document": "acuant:Document",
"DocumentInstance": "acuant:DocumentInstance",
"DocumentField": "acuant:DocumentField",
"DocumentType": "acuant:DocumentType",
"DocumentImage": "acuant:DocumentImage",
"LivenessResult": "acuant:LivenessResult",
"FaceMatchResult": "acuant:FaceMatchResult",
"AuthToken": "acuant:AuthToken",
"InstanceId": {
"@id": "acuant:instanceId",
"@type": "xsd:string"
},
"SubscriptionId": {
"@id": "acuant:subscriptionId",
"@type": "xsd:string"
},
"Classification": {
"@id": "acuant:classification",
"@type": "@id"
},
"Fields": {
"@id": "acuant:fields",
"@container": "@set"
},
"Images": {
"@id": "acuant:images",
"@container": "@set"
},
"Name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"Value": {
"@id": "schema:value",
"@type": "xsd:string"
},
"DataSource": {
"@id": "acuant:dataSource",
"@type": "xsd:string"
},
"IssuerCode": {
"@id": "acuant:issuerCode",
"@type": "xsd:string"
},
"IssuerName": {
"@id": "acuant:issuerName",
"@type": "xsd:string"
},
"Series": {
"@id": "acuant:series",
"@type": "xsd:string"
},
"GlareMetric": {
"@id": "acuant:glareMetric",
"@type": "xsd:float"
},
"SharpnessMetric": {
"@id": "acuant:sharpnessMetric",
"@type": "xsd:float"
},
"Light": {
"@id": "acuant:lightSource",
"@type": "xsd:integer"
},
"Side": {
"@id": "acuant:documentSide",
"@type": "xsd:integer"
},
"LivenessAssessment": {
"@id": "acuant:livenessAssessment",
"@type": "xsd:string"
},
"Score": {
"@id": "acuant:score",
"@type": "xsd:float"
},
"IsMatch": {
"@id": "acuant:isMatch",
"@type": "xsd:boolean"
},
"TransactionId": {
"@id": "acuant:transactionId",
"@type": "xsd:string"
},
"token": {
"@id": "acuant:token",
"@type": "xsd:string"
},
"expiresIn": {
"@id": "acuant:expiresIn",
"@type": "xsd:integer"
},
"isValid": {
"@id": "acuant:isValid",
"@type": "xsd:boolean"
},
"identityVerification": "schema:Action",
"documentAuthentication": "acuant:DocumentAuthentication",
"biometricVerification": "acuant:BiometricVerification",
"livenessDetection": "acuant:LivenessDetection",
"faceMatching": "acuant:FaceMatching",
"provider": {
"@id": "schema:provider",
"@type": "@id"
},
"dateCreated": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"url": {
"@id": "schema:url",
"@type": "@id"
}
}
}