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": {
"type": "string",
"format": "date-time"
"format": "date"
}
},
"required": [

View File

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