La Poste · Schema

ReturnAddressBelgium

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
mention string
line1 string
line2 string
View JSON Schema on GitHub

JSON Schema

returnaddressbelgium.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/returnaddressbelgium.json",
  "title": "ReturnAddressBelgium",
  "type": "object",
  "properties": {
    "mention": {
      "type": "string"
    },
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    }
  }
}