| name | data type | description |
|---|---|---|
| status | ValidationStatus | |
| validator | Person | |
| validationTime | string | |
| comment | string |
Example
{
"status" : "VALID",
"validator" : {
"firstName" : "...",
"lastName" : "...",
"externalKey" : "...",
"email" : "...",
"id" : 12345,
"createdBy" : "...",
"creationDate" : "...",
"links" : [ {
"href" : "...",
"rel" : "..."
}, {
"href" : "...",
"rel" : "..."
} ],
"modifiedBy" : "...",
"modificationDate" : "...",
"userAlloewdToEdit" : true,
"obfuscated" : true,
"allowedOperations" : [ "READ", "READ" ]
},
"validationTime" : "...",
"comment" : "..."
}