{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/checkinfoplanpickupresponse.json", "title": "CheckInfoPlanPickupResponse", "type": "object", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/Message" } }, "isValid": { "type": "boolean" } } }