{
  "additionalProperties": false,
  "properties": {
    "carrier": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    },
    "expected_delivery": {
      "maxLength": 40,
      "minLength": 20,
      "type": "string"
    },
    "order_id": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    },
    "status": {
      "maxLength": 64,
      "minLength": 1,
      "type": "string"
    },
    "tracking_number": {
      "maxLength": 256,
      "minLength": 1,
      "type": "string"
    },
    "tracking_url": {
      "maxLength": 2048,
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "order_id"
  ],
  "type": "object"
}
