{
"id": { "type": "string" }, // (Required) Unique identifier for the data
"document_type": { "type": "string" }, // (Required) Must be "none"
"credential_type": { "type": "string" }, // (Required) Must be "digital_identity"
"data": { // { "type": "object" }, (Required)
"credential": { // { "type": "object" }, (Required)
"full_name": { "type": "string" }, // (Required)
"date_of_birth": { "type": ["string", "null"], "format": "date" }, // (Optional) Encouraged to be included if available. Date format: "YYYY-MM-DD"
"identity_document_validity": { "type": "string" }, // (Required) Must be one of "manual", "government_database", "verifiable_credential"
"identity_document_liveness": { "type": "string" }, // (Required) Must be one of "automated", "in_person",
"identity_document_person_match": { "type": "string" }, // (Required) Must be one of "manual", "automated", "government_database"
},
"partner_chain": { "type": ["array", "null"] } // (Optional unless otherwise specified) Array of objects to specifiy partner institutions, e.g. [{ "name": "Partner Organization" }]
}
}| การตรวจสอบความถูกต้อง | ฟิลด์ | รายละเอียด | |
|---|---|---|---|
| คุณได้ยืนยันแล้วหรือไม่ว่าผู้ใช้มีเอกสารยืนยันตัวตนที่ออกโดยราชการที่ถูกต้อง? | identity_document_validity | manual | ใช่ มนุษย์ได้ตรวจดูเอกสาร |
government_database | ใช่ ผ่านการยืนยันกับฐานข้อมูลของภาครัฐ (เช่น DUKCAPIL, DVS) | ||
verifiable_credential | ใช่ ผ่านการยืนยันโดยใช้แหล่งข้อมูล/รูปแบบที่ตรวจสอบได้ด้วยการเข้ารหัส (เช่น Singpass, ISO mDL) | ||
| คุณได้ยืนยันแล้วหรือไม่ว่าเอกสารนี้ได้รับมาจากผู้ใช้ตัวจริง? | identity_document_liveness | automated | ใช่ ผ่านระบบยืนยันความมีชีวิตแบบอัตโนมัติ (เช่น Amazon Rekognition) |
in_person | ใช่ เอกสารถูกส่งมาแบบพบตัว | ||
| คุณได้ยืนยันแล้วหรือไม่ว่าผู้ใช้เป็นบุคคลเดียวกับที่ปรากฏอยู่ในเอกสารยืนยันตัวตนที่ออกโดยราชการ? | identity_document_person_match | manual | ใช่ มนุษย์ได้เปรียบเทียบรูปถ่ายของผู้ใช้กับรูปถ่ายบนเอกสารระบุตัวตนที่ออกโดยภาครัฐ |
automated | ใช่ มีการใช้ระบบอัตโนมัติเพื่อเปรียบเทียบรูปถ่ายของผู้ใช้กับรูปถ่ายบนเอกสารระบุตัวตนที่ออกโดยภาครัฐ (เช่น Amazon Rekognition) | ||
government_database | ใช่ มีการใช้ระบบอัตโนมัติเพื่อเปรียบเทียบรูปถ่ายของผู้ใช้กับรูปถ่ายที่จัดเก็บไว้ในฐานข้อมูลของภาครัฐ (เช่น FVS) | ||
partner_chain ใช้เก็บความสัมพันธ์ระดับกลางในลำดับชั้นพาร์ทเนอร์แบบหลายชั้นที่ไม่ได้แสดงไว้ในส่วนอื่นของการผสานรวม ซึ่งช่วยเพิ่มความละเอียดของการวิเคราะห์ที่ SEEK Pass สามารถมอบให้คุณได้คลิกที่นี่เพื่อดูรายละเอียดเพิ่มเติม{
"id": "fa651300-b91a-49cb-8ee7-cac68b3fdf74",
"document_type": "none",
"credential_type": "digital_identity",
"data": {
"credential": {
"full_name": "John Doe",
"date_of_birth": "1990-01-30", // Optional but encouraged to be included if available
"identity_document_validity": "manual",
"identity_document_liveness": "in_person",
"identity_document_person_match": "government_database"
}
}
}