{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/listmailboxpickingdatesretouronlineresponse.json", "title": "ListMailBoxPickingDatesRetourOnlineResponse", "type": "object", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/Message" } }, "mailBoxPickingDateMaxHour": { "type": "string" }, "mailBoxPickingDates": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "validityTime": { "type": "string" } } }