date instead of date-time
This commit is contained in:
parent
83de05d22c
commit
93f2432edb
|
@ -79,7 +79,7 @@
|
||||||
},
|
},
|
||||||
"assessmentDate": {
|
"assessmentDate": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue