{
  "$ref": "#/definitions/Component",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {
    "Component": {
      "additionalProperties": false,
      "properties": {
        "backdrop": {
          "type": "boolean"
        },
        "close_btn_class": {
          "type": "string"
        },
        "closelabel": {
          "type": "string"
        },
        "confirm_btn_class": {
          "type": "string"
        },
        "confirmlabel": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "describedby": {
          "type": "string"
        },
        "disable_confirm": {
          "type": "boolean"
        },
        "hide_close": {
          "type": "boolean"
        },
        "hide_confirm": {
          "type": "boolean"
        },
        "id": {
          "type": "string"
        },
        "keyboard": {
          "type": "boolean"
        },
        "labelledby": {
          "type": "string"
        },
        "show": {
          "enum": [
            "yes",
            "no"
          ],
          "type": "string"
        },
        "style": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}
