fix(api particulier): remove $def key from pole emploi JSON schema

This commit is contained in:
François Vantomme 2021-12-08 17:44:02 +01:00 committed by simon lehericey
parent 115adbec70
commit f08081abfe

View file

@ -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"
}
} }
} }
}, },