@tradle/models
Version:
models for tradle apps
34 lines (33 loc) • 590 B
JSON
{
"id": "tradle.ApplicationDenial",
"type": "tradle.Model",
"title": "Application Denial",
"notEditable": true,
"properties": {
"message": {
"type": "string",
"readOnly": true,
"skipLabel": true,
"displayName": true
},
"application": {
"type": "object",
"ref": "tradle.Application",
"readOnly": true
},
"forms": {
"type": "array",
"items": {
"type": "object",
"ref": "tradle.Form"
}
}
},
"required": [
"message",
"application"
],
"viewCols": [
"message"
]
}