{
  "$ref": "#/definitions/Events",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "Events": {
      "additionalProperties": false,
      "properties": {
        "modalShow": {
          "additionalProperties": false,
          "properties": {
            "id": {
              "type": "string"
            },
            "show": {
              "type": "boolean"
            }
          },
          "required": [
            "id",
            "show"
          ],
          "type": "object"
        }
      },
      "required": [
        "modalShow"
      ],
      "type": "object"
    }
  }
}
