La Poste · Schema

AddressPCH

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
line0 string
line1 string
line2 string
line3 string
zipCode string
city string
countryCode string
View JSON Schema on GitHub

JSON Schema

addresspch.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/addresspch.json",
  "title": "AddressPCH",
  "type": "object",
  "properties": {
    "line0": {
      "type": "string"
    },
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "line3": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    }
  }
}