@tradle/models
Version:
models for tradle apps
33 lines (32 loc) • 571 B
JSON
{
"id": "tradle.Confirmation",
"type": "tradle.Model",
"title": "Confirmation",
"notEditable": true,
"properties": {
"message": {
"type": "string",
"readOnly": true,
"skipLabel": true,
"displayName": true
},
"confirmationFor": {
"type": "object",
"ref": "tradle.ProductApplication",
"readOnly": true
},
"forms": {
"type": "array",
"items": {
"type": "object",
"ref": "tradle.Form"
}
}
},
"required": [
"message"
],
"viewCols": [
"message"
]
}