UNPKG

@tradle/models

Version:
37 lines (36 loc) 634 B
{ "id": "tradle.ApplicationCompleted", "type": "tradle.Model", "title": "Application Completed", "properties": { "message": { "type": "string", "sample": "lorem.sentence" }, "requestFor": { "type": "string" }, "context": { "type": "string" }, "application": { "type": "object", "readOnly": true, "ref": "tradle.Application" } }, "indexes": [ { "hashKey": "context", "rangeKey": "_time" }, { "hashKey": "_orgOrAuthor", "rangeKey": "_time" }, { "hashKey": "_t", "rangeKey": "_time" } ] }