date instead of date-time

This commit is contained in:
Cayo Puigdefabregas 2024-02-16 14:03:09 +01:00
parent 83de05d22c
commit 93f2432edb
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
}, },
"assessmentDate": { "assessmentDate": {
"type": "string", "type": "string",
"format": "date-time" "format": "date"
} }
}, },
"required": [ "required": [

View File

@ -46,11 +46,11 @@
}, },
"affiliatedSince": { "affiliatedSince": {
"type": "string", "type": "string",
"format": "date-time" "format": "date"
}, },
"affiliatedUntil": { "affiliatedUntil": {
"type": "string", "type": "string",
"format": "date-time" "format": "date"
}, },
"typeOfPerson": { "typeOfPerson": {
"type": "string", "type": "string",