UNPKG

@tradle/models

Version:
27 lines (26 loc) 482 B
{ "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" ] }