La Poste · Schema

Site

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
code string
name string
address object
rdepot string
View JSON Schema on GitHub

JSON Schema

site.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/site.json",
  "title": "Site",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "address": {
      "$ref": "#/components/schemas/AddressPCH"
    },
    "rdepot": {
      "type": "string"
    }
  }
}