La Poste · Schema

CommandInfo

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
commandClass string
commandName string
View JSON Schema on GitHub

JSON Schema

commandinfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/commandinfo.json",
  "title": "CommandInfo",
  "type": "object",
  "properties": {
    "commandClass": {
      "type": "string"
    },
    "commandName": {
      "type": "string"
    }
  }
}