La Poste · Schema

CodeVAS

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
mention string
deliveryMode string
reserve string
signature string
View JSON Schema on GitHub

JSON Schema

codevas.json Raw ↑
{
  "$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"
    }
  }
}