{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.template",
  "type": "object",
  "title": "Knock",
  "description": "Knock In means option to exercise comes into existence. Knock Out means option to exercise goes out of existence.",
  "properties": {
    "knockIn": {
      "description": "The knock in.",
      "$ref": "cdm-observable-event-TriggerEvent.schema.json"
    },
    "knockOut": {
      "description": "The knock out.",
      "$ref": "cdm-observable-event-TriggerEvent.schema.json"
    }
  }
}
