UNPKG

@tradle/models

Version:
34 lines (33 loc) 549 B
{ "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": "status.id", "rangeKey": "_time" }, { "hashKey": "_t", "rangeKey": "_time" } ] }