La Poste · Schema

DataSource

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
name string
inputStream object
contentType string
outputStream object
View JSON Schema on GitHub

JSON Schema

datasource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/datasource.json",
  "title": "DataSource",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "inputStream": {
      "type": "object"
    },
    "contentType": {
      "type": "string"
    },
    "outputStream": {
      "type": "object"
    }
  }
}