{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://amazonalexa.com/ask/2020/12/CorrectionBlock",
  "title": "CorrectionBlock",
  "description": "A block of expressions for the Correction expression.",
  "type": "array",
  "items": {
    "oneOf": [
      {
        "$ref": "https://amazonalexa.com/ask/2020/12/Call"
      },
      {
        "$ref": "https://amazonalexa.com/ask/2020/12/InteractionNameDeclaration"
      }
    ]
  }
}
