@tradle/models
Version:
models for tradle apps
31 lines • 526 B
JSON
{
"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"
]
}