UNPKG

@tradle/models

Version:
31 lines 526 B
{ "id": "tradle.Profession", "title": "Profession", "subClassOf": "tradle.Form", "type": "tradle.Model", "properties": { "profession": { "displayName": true, "type": "object", "ref": "tradle.ProfessionType" }, "description": { "type": "string" }, "seniority": { "type": "string" }, "position": { "type": "string" } }, "viewCols": [ "profession", "description", "seniority", "position" ], "required": [ "profession" ] }