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": {
|
||||
"type": "string"
|
||||
},
|
||||
"$defs": {
|
||||
"adresse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"codePostal": {
|
||||
"type": "string"
|
||||
},
|
||||
"INSEECommune": {
|
||||
"type": "string"
|
||||
},
|
||||
"localite": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneVoie": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementDestinataire": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementAdresse": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementDistribution": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneNom": {
|
||||
"type": "string"
|
||||
}
|
||||
"adresse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"codePostal": {
|
||||
"type": "string"
|
||||
},
|
||||
"INSEECommune": {
|
||||
"type": "string"
|
||||
},
|
||||
"localite": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneVoie": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementDestinataire": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementAdresse": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneComplementDistribution": {
|
||||
"type": "string"
|
||||
},
|
||||
"ligneNom": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue