{
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "The message for the pull request review dismissal"
    },
    "event": {
      "type": "string",
      "const": "DISMISS"
    }
  },
  "required": [
    "message"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}