La Poste · Schema

CustomizationTemplate

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
customizableReferenceKey integer
customizableReferenceValue string
View JSON Schema on GitHub

JSON Schema

customizationtemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/customizationtemplate.json",
  "title": "CustomizationTemplate",
  "type": "object",
  "properties": {
    "customizableReferenceKey": {
      "type": "integer",
      "format": "int32"
    },
    "customizableReferenceValue": {
      "type": "string"
    }
  }
}