Type: identification
Properties:
Property | Description | Type | Reference |
---|---|---|---|
expiration-date |
expiration date of the document | /definitions/date | |
id-number |
number of the document | string |
/identification/id-number |
id-type |
type of a person's identification document | /definitions/id-type | |
issue-authority |
issuing authority of the document | string |
/identification/issue-authority |
issue-country |
country where the document was issued (ISO 3166-1 alpha-2 country code) | string |
/identification/issue-country |
issue-date |
date of issue of the document | /definitions/date | |
id-holder |
holder of the document | /person |
Schema:
{
"$id": "https://ontology.riskine.com/identification.json",
"type": "object",
"properties": {
"expiration-date": {
"description": "expiration date of the document",
"$ref": "definitions.json#/date"
},
"id-number": {
"type": "string",
"description": "number of the document"
},
"id-type": {
"description": "type of a person's identification document",
"$ref": "definitions.json#/id-type"
},
"issue-authority": {
"type": "string",
"description": "issuing authority of the document"
},
"issue-country": {
"type": "string",
"description": "country where the document was issued (ISO 3166-1 alpha-2 country code)"
},
"issue-date": {
"description": "date of issue of the document",
"$ref": "definitions.json#/date"
},
"id-holder": {
"description": "holder of the document",
"$ref": "person.json"
}
}
}