{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/codevas.json", "title": "CodeVAS", "type": "object", "properties": { "mention": { "type": "string" }, "deliveryMode": { "type": "string" }, "reserve": { "type": "string" }, "signature": { "type": "string" } } }