Closed kd-ods closed 1 month ago
valid data 1
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"publicationDetails": {
"publicationDate": "2023-01-01",
"bodsVersion": "0.4",
"publisher":{
"name": "test"
}
},
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
}
}
]
Valid data 2
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"publicationDetails":{
"publicationDate": "2021-01-01T12:00:00Z",
"bodsVersion": "0.4",
"publisher":{
"name": "test"
}
},
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Invalid data 1
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"publicationDetails": {
"publicationDate": "2099-01-01",
"bodsVersion": "0.4",
"publisher":{
"name": "test"
}
},
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
}
}
]
Invalid data 2
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"publicationDetails":{
"publicationDate": "2110-01-01T12:00:00Z",
"bodsVersion": "0.4",
"publisher":{
"name": "test"
}
},
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
}
]
Specification for test(s):
Check: That publicationDetails.publicationDate is not a future date.
On fail: