La Poste · Schema

MultivaluedMapStringObject

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
empty boolean
View JSON Schema on GitHub

JSON Schema

multivaluedmapstringobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/multivaluedmapstringobject.json",
  "title": "MultivaluedMapStringObject",
  "type": "object",
  "properties": {
    "empty": {
      "type": "boolean"
    }
  },
  "additionalProperties": {
    "type": "array",
    "items": {
      "type": "object"
    }
  }
}