{
  "type": "tradle.Model",
  "id": "tradle.DeliveryError",
  "title": "Delivery Error",
  "properties": {
    "counterparty": {
      "type": "string"
    },
    "time": {
      "type": "number"
    },
    "attempts": {
      "type": "number"
    },
    "status": {
      "type": "object",
      "ref": "tradle.DeliveryErrorStatus"
    }
  },
  "primaryKeys": {
    "hashKey": "counterparty"
  },
  "indexes": [
    {
      "hashKey": "_t",
      "rangeKey": "_time"
    }
  ]
}
