{
  "description": "Auto-generated derived type for BrokerSpec via `CustomResource`",
  "properties": {
    "spec": {
      "additionalProperties": false,
      "properties": {
        "desc": {
          "type": "string"
        },
        "service": {
          "additionalProperties": false,
          "default": {
            "annotations": {},
            "type": "ClusterIP"
          },
          "properties": {
            "annotations": {
              "additionalProperties": {
                "type": "string"
              },
              "default": {},
              "type": [
                "object",
                "null"
              ]
            },
            "type": {
              "default": "ClusterIP",
              "enum": [
                "ClusterIP",
                "LoadBalancer"
              ],
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": [
            "object",
            "null"
          ]
        }
      },
      "required": [
        "desc"
      ],
      "type": "object"
    }
  },
  "required": [
    "spec"
  ],
  "title": "MqttBroker",
  "type": "object"
}