{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/category.json",
"title": "Category",
"type": "object",
"properties": {
"value": {
"type": "integer",
"description": "N1
Mandatory for products subject to a CN23 form.
Type of shipment.Nature de l'envoi.
Obligatoire pour les produits soumis \u00e0 la CN23.",
"format": "int32"
}
},
"description": "SUB
Mandatory for products subject to a CN23 form.
Block containing the tag related to the nature of the shipment.Bloc contenant la balise li\u00e9e \u00e0 la nature de l\u2019envoi.
Obligatoire pour les produits soumis \u00e0 la CN23."
}