{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/generatelabelv2response.json", "title": "GenerateLabelV2Response", "type": "object", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/MessageRest" } }, "labelXmlV2Reponse": { "$ref": "#/components/schemas/XmlV2Response" }, "labelV2Response": { "$ref": "#/components/schemas/LabelV2Response" } } }