Summary of the identity being certified.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CertificationIdentitySummary", "title": "CertificationIdentitySummary", "type": "object", "description": "Summary of the identity being certified.", "properties": { "id": { "type": "string", "description": "The identity ID.", "examples": [ "2c9180857182305e0171993735622948" ] }, "name": { "type": "string", "description": "The identity name.", "examples": [ "Alison Ferguso" ] }, "identityId": { "type": "string", "description": "The identity unique identifier.", "examples": [ "ALF01" ] }, "completed": { "type": "boolean", "description": "Whether all decisions have been made for this identity.", "examples": [ false ] } } }