La Poste · Schema

ElementVisual

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
name string
shortcut string
position string
View JSON Schema on GitHub

JSON Schema

elementvisual.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/elementvisual.json",
  "title": "ElementVisual",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "shortcut": {
      "type": "string"
    },
    "position": {
      "type": "string"
    }
  }
}