AgeChecker.Net · JSON-LD Context
Agechecker Net Age Context
JSON-LD context defining the semantic vocabulary for Agechecker Net Age from AgeChecker.Net.
8 Classes
25 Properties
4 Namespaces
Namespaces
agechecker-net:
https://agechecker-net.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
VerificationResponse
Session
createdAt
VerificationRequest
email
SessionList
WebhookConfig
url
Properties
| Property | Type | Container |
|---|---|---|
| result | string | |
| sessionId | string | |
| requiresPhotoId | boolean | |
| ageVerified | boolean | |
| minimumAge | integer | |
| redirectUrl | string | |
| status | string | |
| completedAt | dateTime | |
| firstName | string | |
| lastName | string | |
| birthDate | date | |
| address | string | |
| city | string | |
| state | string | |
| zip | string | |
| country | string | |
| phone | string | |
| ipAddress | string | |
| sessions | string | set |
| total | integer | |
| limit | integer | |
| offset | integer | |
| id | string | |
| events | string | set |
| secret | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"agechecker-net": "https://agechecker-net.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"VerificationResponse": "agechecker-net:VerificationResponse",
"result": {
"@id": "agechecker-net:result",
"@type": "xsd:string"
},
"sessionId": {
"@id": "agechecker-net:session_id",
"@type": "xsd:string"
},
"requiresPhotoId": {
"@id": "agechecker-net:requires_photo_id",
"@type": "xsd:boolean"
},
"ageVerified": {
"@id": "agechecker-net:age_verified",
"@type": "xsd:boolean"
},
"minimumAge": {
"@id": "agechecker-net:minimum_age",
"@type": "xsd:integer"
},
"redirectUrl": {
"@id": "agechecker-net:redirect_url",
"@type": "xsd:string"
},
"Session": "agechecker-net:Session",
"status": {
"@id": "agechecker-net:status",
"@type": "xsd:string"
},
"createdAt": "schema:dateCreated",
"completedAt": {
"@id": "agechecker-net:completed_at",
"@type": "xsd:dateTime"
},
"VerificationRequest": "agechecker-net:VerificationRequest",
"firstName": {
"@id": "agechecker-net:first_name",
"@type": "xsd:string"
},
"lastName": {
"@id": "agechecker-net:last_name",
"@type": "xsd:string"
},
"birthDate": {
"@id": "agechecker-net:birth_date",
"@type": "xsd:date"
},
"address": {
"@id": "agechecker-net:address",
"@type": "xsd:string"
},
"city": {
"@id": "agechecker-net:city",
"@type": "xsd:string"
},
"state": {
"@id": "agechecker-net:state",
"@type": "xsd:string"
},
"zip": {
"@id": "agechecker-net:zip",
"@type": "xsd:string"
},
"country": {
"@id": "agechecker-net:country",
"@type": "xsd:string"
},
"email": "schema:email",
"phone": {
"@id": "agechecker-net:phone",
"@type": "xsd:string"
},
"ipAddress": {
"@id": "agechecker-net:ip_address",
"@type": "xsd:string"
},
"SessionList": "agechecker-net:SessionList",
"sessions": {
"@id": "agechecker-net:sessions",
"@container": "@set",
"@type": "xsd:string"
},
"total": {
"@id": "agechecker-net:total",
"@type": "xsd:integer"
},
"limit": {
"@id": "agechecker-net:limit",
"@type": "xsd:integer"
},
"offset": {
"@id": "agechecker-net:offset",
"@type": "xsd:integer"
},
"WebhookConfig": "agechecker-net:WebhookConfig",
"id": {
"@id": "agechecker-net:id",
"@type": "xsd:string"
},
"url": "schema:url",
"events": {
"@id": "agechecker-net:events",
"@container": "@set",
"@type": "xsd:string"
},
"secret": {
"@id": "agechecker-net:secret",
"@type": "xsd:string"
}
}
}