La Poste · Schema

EntityTag

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
value string
weak boolean
View JSON Schema on GitHub

JSON Schema

entitytag.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/entitytag.json",
  "title": "EntityTag",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "weak": {
      "type": "boolean"
    }
  }
}