fix(api particulier): remove $def key from pole emploi JSON schema
This commit is contained in:
parent
115adbec70
commit
f08081abfe
1 changed files with 26 additions and 28 deletions
|
@ -38,34 +38,32 @@
|
||||||
"email": {
|
"email": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"$defs": {
|
"adresse": {
|
||||||
"adresse": {
|
"type": "object",
|
||||||
"type": "object",
|
"properties": {
|
||||||
"properties": {
|
"codePostal": {
|
||||||
"codePostal": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"INSEECommune": {
|
||||||
"INSEECommune": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"localite": {
|
||||||
"localite": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"ligneVoie": {
|
||||||
"ligneVoie": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"ligneComplementDestinataire": {
|
||||||
"ligneComplementDestinataire": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"ligneComplementAdresse": {
|
||||||
"ligneComplementAdresse": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"ligneComplementDistribution": {
|
||||||
"ligneComplementDistribution": {
|
"type": "string"
|
||||||
"type": "string"
|
},
|
||||||
},
|
"ligneNom": {
|
||||||
"ligneNom": {
|
"type": "string"
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue