{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/field.json",
"title": "Field",
"required": [
"key",
"value"
],
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "A
Key word to be informedMot clef \u00e0 renseigner"
},
"value": {
"type": "string",
"description": "AN32
The expected value is the order identifier in the SI Colissimo.Valeur attendue dans l'ordre identifi\u00e9 du SI Colissimo"
}
}
}