@tradle/models
Version:
models for tradle apps
27 lines (26 loc) • 482 B
JSON
{
"id": "tradle.AssignRelationshipManager",
"title": "Assign Reviewer",
"subClassOf": "tradle.Form",
"type": "tradle.Model",
"notEditable": true,
"properties": {
"employee": {
"type": "object",
"ref": "tradle.Identity"
},
"application": {
"type": "object",
"ref": "tradle.Application",
"displayName": true
}
},
"required": [
"employee",
"application"
],
"viewCols": [
"employee",
"application"
]
}