DO.ID.02 Biometric Data
DO.ID.02 Biometric_data
This data object contains specific biometric information that can be used to identify an individual.
The data object includes biometric data and its type to be sent to the ID system by the service provider to identify and verify a person identity.
Attribute
Type
Cardinality
Description
data
binary
0...1
Unique identifier for a person
issuer
string
0...1
the issuer of those biometric data
Example of JSON Data for the biometric Data Object
{
"@context": {
"spdci": "https://schema.spdci.org/extensions/ID/v1/data",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"owl": "http://www.w3.org/2002/07/owl#",
"spdcicore": "https://schema.spdci.org/core/v1/data",
"spdcicode": "https://schema.spdci.org/core/v1/code",
},
"@id": "https://example.org/sr_person/847951632",
"@type": "spdci:biometric_data",
"data": "52494646dc0100005745425056503820d0010000b00d009d012a400040003e913c9b4925",
"type": "face",
"data_type":"hash",
"issuer": "SPMIS"
}
Last updated
Was this helpful?

