{
  "id": "tradle.ApplicationApproval",
  "type": "tradle.Model",
  "title": "Application Approval",
  "notEditable": true,
  "properties": {
    "message": {
      "type": "string",
      "readOnly": true,
      "skipLabel": true,
      "displayName": true
    },
    "application": {
      "type": "object",
      "ref": "tradle.Application",
      "readOnly": true
    },
    "forms": {
      "type": "array",
      "items": {
        "type": "object",
        "ref": "tradle.Form"
      }
    }
  },
  "required": [
    "message",
    "application"
  ],
  "viewCols": [
    "message"
  ]
}
