{
  "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"
  ]
}
