La Poste · Schema

MediaType

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Properties

Name Type Description
type string
subtype string
parameters object
wildcardType boolean
wildcardSubtype boolean
View JSON Schema on GitHub

JSON Schema

mediatype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/la-poste/main/json-schema/mediatype.json",
  "title": "MediaType",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "parameters": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "wildcardType": {
      "type": "boolean"
    },
    "wildcardSubtype": {
      "type": "boolean"
    }
  }
}