{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "kubernetes": {
      "type": "object",
      "properties": {
        "podExecTerminal": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean",
              "description": "Enable `PodExecTerminal` UI feature",
              "visibility": "frontend"
            }
          },
          "description": "Pod Exec Terminal config"
        },
        "frontend": {
          "type": "object",
          "properties": {
            "podDelete": {
              "type": "object",
              "properties": {
                "enabled": {
                  "type": "boolean",
                  "description": "Enable `podDelete` UI feature",
                  "visibility": "frontend"
                }
              },
              "description": "Pod Delete config"
            }
          },
          "description": "Frontend config"
        }
      }
    }
  }
}
