{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/getlistmailboxpickingdatessender.json",
"title": "GetListMailBoxPickingDatesSender",
"required": [
"zipCode"
],
"type": "object",
"properties": {
"line0": {
"type": "string",
"description": "AN35
Floor, corridor, stairwell, flat numberEtage, couloir, escalier, appartement."
},
"line1": {
"type": "string",
"description": "AN35
Entrance, building, residence. Entr\u00e9e, bâtiment, immeuble, r\u00e9sidence."
},
"line2": {
"type": "string",
"description": "AN35
Number and street name.
Example: \"5 rue du Bellay\"Num\u00e9ro et libell\u00e9 de voie.
Example: \\\"5 rue du Bellay\\\""
},
"line3": {
"type": "string",
"description": "AN35
Named place or other mentionLieu-dit ou autre mention."
},
"city": {
"type": "string",
"description": "AN35
MunicipalityCommune."
},
"zipCode": {
"type": "string",
"description": "AN5
PostcodeCode postal."
},
"countryCode": {
"type": "string",
"description": "A2
Only the \"FR\" value is authorised.
Country code.Code pays.
Seule la valeur \u00ab FR \u00bb est autoris\u00e9e."
}
},
"description": "SUB
Block containing sender's addressBloc contenant les coordonn\u00e9es du d\u00e9posant en retour."
}