{
  "id": "tradle.TermsAndConditions",
  "type": "tradle.Model",
  "title": "Terms and Conditions",
  "subClassOf": "tradle.Form",
  "notEditable": true,
  "notShareable": true,
  "properties": {
    "termsAndConditions": {
      "type": "string",
      "readOnly": true,
      "markdown": true
    }
  },
  "viewCols": [
    "termsAndConditions"
  ],
  "required": [
    "termsAndConditions"
  ]
}
