@tradle/models
Version:
models for tradle apps
30 lines (29 loc) • 475 B
JSON
{
"id": "tradle.FormPrefill",
"title": "Form Prefill",
"type": "tradle.Model",
"interfaces": [
"tradle.Item"
],
"properties": {
"prefill": {
"type": "object",
"ref": "tradle.Form",
"inlined": true,
"partial": true
},
"draft": {
"type": "object",
"readOnly": true,
"ref": "tradle.DraftApplication"
}
},
"viewCols": [
"draft",
"prefill"
],
"required": [
"draft",
"prefill"
]
}