{
  "properties": {
    "spec": {
      "properties": {
        "selector": {
          "nullable": true,
          "properties": {
            "matchExpressions": {
              "items": {
                "properties": {
                  "key": {
                    "nullable": true,
                    "type": "string"
                  },
                  "operator": {
                    "nullable": true,
                    "type": "string"
                  },
                  "values": {
                    "items": {
                      "nullable": true,
                      "type": "string"
                    },
                    "nullable": true,
                    "type": "array"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "nullable": true,
              "type": "array"
            },
            "matchLabels": {
              "additionalProperties": {
                "nullable": true,
                "type": "string"
              },
              "nullable": true,
              "type": "object"
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "clusterCount": {
          "type": "integer"
        },
        "conditions": {
          "items": {
            "properties": {
              "lastTransitionTime": {
                "nullable": true,
                "type": "string"
              },
              "lastUpdateTime": {
                "nullable": true,
                "type": "string"
              },
              "message": {
                "nullable": true,
                "type": "string"
              },
              "reason": {
                "nullable": true,
                "type": "string"
              },
              "status": {
                "nullable": true,
                "type": "string"
              },
              "type": {
                "nullable": true,
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "nullable": true,
          "type": "array"
        },
        "display": {
          "properties": {
            "readyBundles": {
              "nullable": true,
              "type": "string"
            },
            "readyClusters": {
              "nullable": true,
              "type": "string"
            },
            "state": {
              "nullable": true,
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "nonReadyClusterCount": {
          "type": "integer"
        },
        "nonReadyClusters": {
          "items": {
            "nullable": true,
            "type": "string"
          },
          "nullable": true,
          "type": "array"
        },
        "resourceCounts": {
          "properties": {
            "desiredReady": {
              "type": "integer"
            },
            "missing": {
              "type": "integer"
            },
            "modified": {
              "type": "integer"
            },
            "notReady": {
              "type": "integer"
            },
            "orphaned": {
              "type": "integer"
            },
            "ready": {
              "type": "integer"
            },
            "unknown": {
              "type": "integer"
            },
            "waitApplied": {
              "type": "integer"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "summary": {
          "properties": {
            "desiredReady": {
              "type": "integer"
            },
            "errApplied": {
              "type": "integer"
            },
            "modified": {
              "type": "integer"
            },
            "nonReadyResources": {
              "items": {
                "properties": {
                  "bundleState": {
                    "nullable": true,
                    "type": "string"
                  },
                  "message": {
                    "nullable": true,
                    "type": "string"
                  },
                  "modifiedStatus": {
                    "items": {
                      "properties": {
                        "apiVersion": {
                          "nullable": true,
                          "type": "string"
                        },
                        "delete": {
                          "type": "boolean"
                        },
                        "exist": {
                          "type": "boolean"
                        },
                        "kind": {
                          "nullable": true,
                          "type": "string"
                        },
                        "missing": {
                          "type": "boolean"
                        },
                        "name": {
                          "nullable": true,
                          "type": "string"
                        },
                        "namespace": {
                          "nullable": true,
                          "type": "string"
                        },
                        "patch": {
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "nullable": true,
                    "type": "array"
                  },
                  "name": {
                    "nullable": true,
                    "type": "string"
                  },
                  "nonReadyStatus": {
                    "items": {
                      "properties": {
                        "apiVersion": {
                          "nullable": true,
                          "type": "string"
                        },
                        "kind": {
                          "nullable": true,
                          "type": "string"
                        },
                        "name": {
                          "nullable": true,
                          "type": "string"
                        },
                        "namespace": {
                          "nullable": true,
                          "type": "string"
                        },
                        "summary": {
                          "properties": {
                            "error": {
                              "type": "boolean"
                            },
                            "message": {
                              "items": {
                                "nullable": true,
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "state": {
                              "nullable": true,
                              "type": "string"
                            },
                            "transitioning": {
                              "type": "boolean"
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "uid": {
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "nullable": true,
                    "type": "array"
                  }
                },
                "type": "object",
                "additionalProperties": false
              },
              "nullable": true,
              "type": "array"
            },
            "notReady": {
              "type": "integer"
            },
            "outOfSync": {
              "type": "integer"
            },
            "pending": {
              "type": "integer"
            },
            "ready": {
              "type": "integer"
            },
            "waitApplied": {
              "type": "integer"
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
