@tradle/models
Version:
models for tradle apps
39 lines (38 loc) • 649 B
JSON
{
"id": "tradle.ApplicationSubmitted",
"type": "tradle.Model",
"title": "Application Submitted",
"properties": {
"message": {
"type": "string",
"sample": "lorem.sentence"
},
"requestFor": {
"type": "string"
},
"context": {
"type": "string"
},
"forms": {
"type": "array",
"items": {
"type": "object",
"ref": "tradle.Form"
}
}
},
"indexes": [
{
"hashKey": "context",
"rangeKey": "_time"
},
{
"hashKey": "_orgOrAuthor",
"rangeKey": "_time"
},
{
"hashKey": "_t",
"rangeKey": "_time"
}
]
}