La Poste · Schema

SwissLabel

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
injectionSite string
signatureOption boolean
codeSwissPost string
swissParcelNumber string
View JSON Schema on GitHub

JSON Schema

swisslabel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/swisslabel.json",
  "title": "SwissLabel",
  "type": "object",
  "properties": {
    "injectionSite": {
      "type": "string"
    },
    "signatureOption": {
      "type": "boolean"
    },
    "codeSwissPost": {
      "type": "string"
    },
    "swissParcelNumber": {
      "type": "string"
    }
  }
}