Closed kd-ods closed 1 month ago
Valid data
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"annotations":[
{
"statementPointerTarget":"",
"motivation": "commenting",
"creationDate": "2022-11-02"
}
],
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Invalid data 1
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"annotations":[
{
"statementPointerTarget":"",
"motivation": "commenting",
"creationDate": "2200-11-02"
}
],
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Invalid data 2
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"annotations":[
{
"statementPointerTarget":"",
"motivation": "commenting",
"creationDate": "2100-11-02T00:00:00Z"
}
],
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Specification for Check(s):
Check: That annotations.[].creationDate is not a future date.
On fail: