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