{
  "description": "Workshop is the Schema for the workshops API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "WorkshopSpec defines the desired state of Workshop",
      "properties": {
        "infrastructure": {
          "description": "InfrastructureSpec ...",
          "properties": {
            "certManager": {
              "description": "CertManagerSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "codeReadyWorkspace": {
              "description": "CodeReadyWorkspaceSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "openshiftOAuth": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "pluginRegistryImage": {
                  "description": "ImageSpec ...",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "tag"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "openshiftOAuth",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "gitea": {
              "description": "GiteaSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "image": {
                  "description": "ImageSpec ...",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "tag"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "image"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "gitops": {
              "description": "GitOpsSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "guide": {
              "description": "GuideSpec ...",
              "properties": {
                "bookbag": {
                  "description": "BookbagSpec ...",
                  "properties": {
                    "enabled": {
                      "type": "boolean"
                    },
                    "image": {
                      "description": "ImageSpec ...",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "tag": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "name",
                        "tag"
                      ],
                      "type": "object",
                      "additionalProperties": false
                    }
                  },
                  "required": [
                    "enabled",
                    "image"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "scholars": {
                  "description": "ScholarsSpec ...",
                  "properties": {
                    "enabled": {
                      "type": "boolean"
                    },
                    "guideURL": {
                      "additionalProperties": {
                        "type": "string"
                      },
                      "type": "object"
                    }
                  },
                  "required": [
                    "enabled",
                    "guideURL"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "istioWorkspace": {
              "description": "IstioWorkspaceSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "nexus": {
              "description": "NexusSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "image": {
                  "description": "ImageSpec ...",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "tag"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "image"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "pipeline": {
              "description": "PipelineSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "project": {
              "description": "ProjectSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "stagingName": {
                  "type": "string"
                }
              },
              "required": [
                "enabled",
                "stagingName"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "serverless": {
              "description": "ServerlessSpec ...",
              "properties": {
                "enabled": {
                  "type": "boolean"
                },
                "operatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "enabled",
                "operatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "serviceMesh": {
              "description": "ServiceMeshSpec ...",
              "properties": {
                "elasticSearchOperatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "enabled": {
                  "type": "boolean"
                },
                "jaegerOperatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "kialiOperatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "serviceMeshOperatorHub": {
                  "description": "OperatorHubSpec ...",
                  "properties": {
                    "channel": {
                      "type": "string"
                    },
                    "clusterServiceVersion": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "channel"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "elasticSearchOperatorHub",
                "enabled",
                "jaegerOperatorHub",
                "kialiOperatorHub",
                "serviceMeshOperatorHub"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "vault": {
              "description": "VaultSpec ...",
              "properties": {
                "agentInjectorImage": {
                  "description": "ImageSpec ...",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "tag"
                  ],
                  "type": "object",
                  "additionalProperties": false
                },
                "enabled": {
                  "type": "boolean"
                },
                "image": {
                  "description": "ImageSpec ...",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "name",
                    "tag"
                  ],
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "required": [
                "agentInjectorImage",
                "enabled",
                "image"
              ],
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "source": {
          "description": "SourceSpec ...",
          "properties": {
            "gitBranch": {
              "type": "string"
            },
            "gitURL": {
              "type": "string"
            }
          },
          "required": [
            "gitBranch",
            "gitURL"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "user": {
          "description": "UserSpec ...",
          "properties": {
            "number": {
              "type": "integer"
            },
            "password": {
              "type": "string"
            }
          },
          "required": [
            "number",
            "password"
          ],
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "infrastructure",
        "source",
        "user"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "WorkshopStatus defines the observed state of Workshop",
      "properties": {
        "bookbag": {
          "type": "string"
        },
        "certManager": {
          "type": "string"
        },
        "codeReadyWorkspace": {
          "type": "string"
        },
        "gitea": {
          "type": "string"
        },
        "gitops": {
          "type": "string"
        },
        "istioWorkspace": {
          "type": "string"
        },
        "nexus": {
          "type": "string"
        },
        "pipeline": {
          "type": "string"
        },
        "project": {
          "type": "string"
        },
        "serverless": {
          "type": "string"
        },
        "serviceMesh": {
          "type": "string"
        },
        "usernameDistribution": {
          "type": "string"
        },
        "vault": {
          "type": "string"
        }
      },
      "required": [
        "bookbag",
        "certManager",
        "codeReadyWorkspace",
        "gitea",
        "gitops",
        "istioWorkspace",
        "nexus",
        "pipeline",
        "project",
        "serverless",
        "serviceMesh",
        "usernameDistribution",
        "vault"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
