{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/getproductinterresponse.json", "title": "GetProductInterResponse", "type": "object", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/Message" } }, "product": { "type": "array", "items": { "type": "string" } }, "partnerType": { "type": "string" }, "returnTypeChoice": { "type": "array", "items": { "type": "string" } } } }