{
  "description": "GKEHubFeatureMembership is the Schema for the gkehub 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": {
      "properties": {
        "configmanagement": {
          "description": "Config Management-specific spec.",
          "properties": {
            "binauthz": {
              "description": "**DEPRECATED** Binauthz configuration for the cluster. This field will be ignored and should not be set.",
              "properties": {
                "enabled": {
                  "description": "Whether binauthz is enabled in this cluster.",
                  "type": "boolean"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "configSync": {
              "description": "Config Sync configuration for the cluster.",
              "properties": {
                "git": {
                  "properties": {
                    "gcpServiceAccountRef": {
                      "oneOf": [
                        {
                          "not": {
                            "required": [
                              "external"
                            ]
                          },
                          "required": [
                            "name"
                          ]
                        },
                        {
                          "not": {
                            "anyOf": [
                              {
                                "required": [
                                  "name"
                                ]
                              },
                              {
                                "required": [
                                  "namespace"
                                ]
                              }
                            ]
                          },
                          "required": [
                            "external"
                          ]
                        }
                      ],
                      "properties": {
                        "external": {
                          "description": "The `email` field of an `IAMServiceAccount` resource.",
                          "type": "string"
                        },
                        "name": {
                          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
                          "type": "string"
                        },
                        "namespace": {
                          "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "httpsProxy": {
                      "description": "URL for the HTTPS proxy to be used when communicating with the Git repo.",
                      "type": "string"
                    },
                    "policyDir": {
                      "description": "The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.",
                      "type": "string"
                    },
                    "secretType": {
                      "description": "Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive.",
                      "type": "string"
                    },
                    "syncBranch": {
                      "description": "The branch of the repository to sync from. Default: master.",
                      "type": "string"
                    },
                    "syncRepo": {
                      "description": "The URL of the Git repository to use as the source of truth.",
                      "type": "string"
                    },
                    "syncRev": {
                      "description": "Git revision (tag or hash) to check out. Default HEAD.",
                      "type": "string"
                    },
                    "syncWaitSecs": {
                      "description": "Period in seconds between consecutive syncs. Default: 15.",
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "metricsGcpServiceAccountRef": {
                  "oneOf": [
                    {
                      "not": {
                        "required": [
                          "external"
                        ]
                      },
                      "required": [
                        "name"
                      ]
                    },
                    {
                      "not": {
                        "anyOf": [
                          {
                            "required": [
                              "name"
                            ]
                          },
                          {
                            "required": [
                              "namespace"
                            ]
                          }
                        ]
                      },
                      "required": [
                        "external"
                      ]
                    }
                  ],
                  "properties": {
                    "external": {
                      "description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA. Allowed value: The `email` field of an `IAMServiceAccount` resource.",
                      "type": "string"
                    },
                    "name": {
                      "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
                      "type": "string"
                    },
                    "namespace": {
                      "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "oci": {
                  "properties": {
                    "gcpServiceAccountRef": {
                      "oneOf": [
                        {
                          "not": {
                            "required": [
                              "external"
                            ]
                          },
                          "required": [
                            "name"
                          ]
                        },
                        {
                          "not": {
                            "anyOf": [
                              {
                                "required": [
                                  "name"
                                ]
                              },
                              {
                                "required": [
                                  "namespace"
                                ]
                              }
                            ]
                          },
                          "required": [
                            "external"
                          ]
                        }
                      ],
                      "properties": {
                        "external": {
                          "description": "The `email` field of an `IAMServiceAccount` resource.",
                          "type": "string"
                        },
                        "name": {
                          "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
                          "type": "string"
                        },
                        "namespace": {
                          "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "policyDir": {
                      "description": "The absolute path of the directory that contains the local resources. Default: the root directory of the image.",
                      "type": "string"
                    },
                    "secretType": {
                      "description": "Type of secret configured for access to the OCI Image. Must be one of gcenode, gcpserviceaccount or none. The validation of this is case-sensitive.",
                      "type": "string"
                    },
                    "syncRepo": {
                      "description": "The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.",
                      "type": "string"
                    },
                    "syncWaitSecs": {
                      "description": "Period in seconds(int64 format) between consecutive syncs. Default: 15.",
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "preventDrift": {
                  "description": "Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.",
                  "type": "boolean"
                },
                "sourceFormat": {
                  "description": "Specifies whether the Config Sync Repo is in \"hierarchical\" or \"unstructured\" mode.",
                  "type": "string"
                },
                "stopSyncing": {
                  "description": "Set to true to stop syncing configurations for a single cluster. This field is only available on clusters using Config Sync auto-upgrades or on Config Sync version 1.20.0 or later. Defaults: false.",
                  "type": "boolean"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "hierarchyController": {
              "description": "Hierarchy Controller is no longer available. Use https://github.com/kubernetes-sigs/hierarchical-namespaces instead.",
              "properties": {
                "enableHierarchicalResourceQuota": {
                  "description": "Whether hierarchical resource quota is enabled in this cluster.",
                  "type": "boolean"
                },
                "enablePodTreeLabels": {
                  "description": "Whether pod tree labels are enabled in this cluster.",
                  "type": "boolean"
                },
                "enabled": {
                  "description": "Whether Hierarchy Controller is enabled in this cluster.",
                  "type": "boolean"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "management": {
              "description": "Optional. Whether to automatically manage the configmanagement Feature. There are 3 accepted values. MANAGEMENT_UNSPECIFIED means that the mamangement mode is unspecified. MANAGEMENT_AUTOMATIC means that Google manages the Feature for the cluster. MANAGEMENT_MANUAL means that users should manage the Feature for the cluster.",
              "type": "string"
            },
            "policyController": {
              "description": "**DEPRECATED** Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead.",
              "properties": {
                "auditIntervalSeconds": {
                  "description": "Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.",
                  "type": "string"
                },
                "enabled": {
                  "description": "Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.",
                  "type": "boolean"
                },
                "exemptableNamespaces": {
                  "description": "The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "logDeniesEnabled": {
                  "description": "Logs all denies and dry run failures.",
                  "type": "boolean"
                },
                "monitoring": {
                  "description": "Specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: [\"cloudmonitoring\", \"prometheus\"]. Default: [\"cloudmonitoring\", \"prometheus\"]",
                  "properties": {
                    "backends": {
                      "description": "Specifies the list of backends Policy Controller will export to. Specifying an empty value `[]` disables metrics export.",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "mutationEnabled": {
                  "description": "Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.",
                  "type": "boolean"
                },
                "referentialRulesEnabled": {
                  "description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
                  "type": "boolean"
                },
                "templateLibraryInstalled": {
                  "description": "Installs the default template library along with Policy Controller.",
                  "type": "boolean"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "version": {
              "description": "Optional. Version of ACM to install. Defaults to the latest version.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "featureRef": {
          "description": "Immutable.",
          "oneOf": [
            {
              "not": {
                "required": [
                  "external"
                ]
              },
              "required": [
                "name"
              ]
            },
            {
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "name"
                    ]
                  },
                  {
                    "required": [
                      "namespace"
                    ]
                  }
                ]
              },
              "required": [
                "external"
              ]
            }
          ],
          "properties": {
            "external": {
              "description": "The name of the feature. Allowed value: The Google Cloud resource name of a `GKEHubFeature` resource (format: `projects/{{project}}/locations/{{location}}/features/{{name}}`).",
              "type": "string"
            },
            "name": {
              "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
              "type": "string"
            },
            "namespace": {
              "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "location": {
          "description": "Immutable. The location of the feature",
          "type": "string"
        },
        "membershipLocation": {
          "description": "Immutable. The location of the membership",
          "type": "string"
        },
        "membershipRef": {
          "description": "Immutable.",
          "oneOf": [
            {
              "not": {
                "required": [
                  "external"
                ]
              },
              "required": [
                "name"
              ]
            },
            {
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "name"
                    ]
                  },
                  {
                    "required": [
                      "namespace"
                    ]
                  }
                ]
              },
              "required": [
                "external"
              ]
            }
          ],
          "properties": {
            "external": {
              "description": "The name of the membership. Allowed value: The Google Cloud resource name of a `GKEHubMembership` resource (format: `projects/{{project}}/locations/{{location}}/memberships/{{name}}`).",
              "type": "string"
            },
            "name": {
              "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
              "type": "string"
            },
            "namespace": {
              "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "mesh": {
          "description": "Manage Mesh Features",
          "properties": {
            "controlPlane": {
              "description": "**DEPRECATED** Whether to automatically manage Service Mesh control planes. Possible values: CONTROL_PLANE_MANAGEMENT_UNSPECIFIED, AUTOMATIC, MANUAL",
              "type": "string"
            },
            "management": {
              "description": "Whether to automatically manage Service Mesh. Possible values: MANAGEMENT_UNSPECIFIED, MANAGEMENT_AUTOMATIC, MANAGEMENT_MANUAL",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "policycontroller": {
          "description": "Policy Controller-specific spec.",
          "properties": {
            "policyControllerHubConfig": {
              "description": "Policy Controller configuration for the cluster.",
              "properties": {
                "auditIntervalSeconds": {
                  "description": "Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.",
                  "format": "int64",
                  "type": "integer"
                },
                "constraintViolationLimit": {
                  "description": "The maximum number of audit violations to be stored in a constraint. If not set, the internal default of 20 will be used.",
                  "format": "int64",
                  "type": "integer"
                },
                "deploymentConfigs": {
                  "description": "Map of deployment configs to deployments (\u201cadmission\u201d, \u201caudit\u201d, \u201cmutation\u201d).",
                  "properties": {
                    "admission": {
                      "properties": {
                        "containerResources": {
                          "description": "Container resource requirements.",
                          "properties": {
                            "limits": {
                              "description": "Limits describes the maximum amount of compute resources allowed for use by the running container.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "requests": {
                              "description": "Requests describes the amount of compute resources reserved for the container by the kube-scheduler.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "podAffinity": {
                          "description": "Pod affinity configuration.",
                          "type": "string"
                        },
                        "podTolerations": {
                          "description": "Pod tolerations of node taints.",
                          "items": {
                            "properties": {
                              "effect": {
                                "description": "Matches a taint effect.",
                                "type": "string"
                              },
                              "key": {
                                "description": "Matches a taint key (not necessarily unique).",
                                "type": "string"
                              },
                              "operator": {
                                "description": "Matches a taint operator.",
                                "type": "string"
                              },
                              "value": {
                                "description": "Matches a taint value.",
                                "type": "string"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "type": "array"
                        },
                        "replicaCount": {
                          "description": "Pod replica count.",
                          "format": "int64",
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "audit": {
                      "properties": {
                        "containerResources": {
                          "description": "Container resource requirements.",
                          "properties": {
                            "limits": {
                              "description": "Limits describes the maximum amount of compute resources allowed for use by the running container.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "requests": {
                              "description": "Requests describes the amount of compute resources reserved for the container by the kube-scheduler.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "podAffinity": {
                          "description": "Pod affinity configuration.",
                          "type": "string"
                        },
                        "podTolerations": {
                          "description": "Pod tolerations of node taints.",
                          "items": {
                            "properties": {
                              "effect": {
                                "description": "Matches a taint effect.",
                                "type": "string"
                              },
                              "key": {
                                "description": "Matches a taint key (not necessarily unique).",
                                "type": "string"
                              },
                              "operator": {
                                "description": "Matches a taint operator.",
                                "type": "string"
                              },
                              "value": {
                                "description": "Matches a taint value.",
                                "type": "string"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "type": "array"
                        },
                        "replicaCount": {
                          "description": "Pod replica count.",
                          "format": "int64",
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    },
                    "mutation": {
                      "properties": {
                        "containerResources": {
                          "description": "Container resource requirements.",
                          "properties": {
                            "limits": {
                              "description": "Limits describes the maximum amount of compute resources allowed for use by the running container.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "requests": {
                              "description": "Requests describes the amount of compute resources reserved for the container by the kube-scheduler.",
                              "properties": {
                                "cpu": {
                                  "description": "CPU requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                },
                                "memory": {
                                  "description": "Memory requirement expressed in Kubernetes resource units.",
                                  "type": "string"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            }
                          },
                          "type": "object",
                          "additionalProperties": false
                        },
                        "podAffinity": {
                          "description": "Pod affinity configuration.",
                          "type": "string"
                        },
                        "podTolerations": {
                          "description": "Pod tolerations of node taints.",
                          "items": {
                            "properties": {
                              "effect": {
                                "description": "Matches a taint effect.",
                                "type": "string"
                              },
                              "key": {
                                "description": "Matches a taint key (not necessarily unique).",
                                "type": "string"
                              },
                              "operator": {
                                "description": "Matches a taint operator.",
                                "type": "string"
                              },
                              "value": {
                                "description": "Matches a taint value.",
                                "type": "string"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "type": "array"
                        },
                        "replicaCount": {
                          "description": "Pod replica count.",
                          "format": "int64",
                          "type": "integer"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "exemptableNamespaces": {
                  "description": "The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "installSpec": {
                  "description": "Configures the mode of the Policy Controller installation. Possible values: INSTALL_SPEC_UNSPECIFIED, INSTALL_SPEC_NOT_INSTALLED, INSTALL_SPEC_ENABLED, INSTALL_SPEC_SUSPENDED, INSTALL_SPEC_DETACHED",
                  "type": "string"
                },
                "logDeniesEnabled": {
                  "description": "Logs all denies and dry run failures.",
                  "type": "boolean"
                },
                "monitoring": {
                  "description": "Specifies the backends Policy Controller should export metrics to. For example, to specify metrics should be exported to Cloud Monitoring and Prometheus, specify backends: [\"cloudmonitoring\", \"prometheus\"]. Default: [\"cloudmonitoring\", \"prometheus\"]",
                  "properties": {
                    "backends": {
                      "description": "Specifies the list of backends Policy Controller will export to. Specifying an empty value `[]` disables metrics export.",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "mutationEnabled": {
                  "description": "Enables the ability to mutate resources using Policy Controller.",
                  "type": "boolean"
                },
                "policyContent": {
                  "description": "Specifies the desired policy content on the cluster.",
                  "properties": {
                    "templateLibrary": {
                      "description": "Configures the installation of the Template Library.",
                      "properties": {
                        "installation": {
                          "description": "Configures the manner in which the template library is installed on the cluster. Possible values: INSTALLATION_UNSPECIFIED, NOT_INSTALLED, ALL",
                          "type": "string"
                        }
                      },
                      "type": "object",
                      "additionalProperties": false
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                },
                "referentialRulesEnabled": {
                  "description": "Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.",
                  "type": "boolean"
                }
              },
              "type": "object",
              "additionalProperties": false
            },
            "version": {
              "description": "Optional. Version of Policy Controller to install. Defaults to the latest version.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "projectRef": {
          "description": "Immutable. The Project that this resource belongs to.",
          "oneOf": [
            {
              "not": {
                "required": [
                  "external"
                ]
              },
              "required": [
                "name"
              ]
            },
            {
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "name"
                    ]
                  },
                  {
                    "required": [
                      "namespace"
                    ]
                  }
                ]
              },
              "required": [
                "external"
              ]
            }
          ],
          "properties": {
            "external": {
              "description": "The project of the feature. Allowed value: The Google Cloud resource name of a `Project` resource (format: `projects/{{name}}`).",
              "type": "string"
            },
            "name": {
              "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
              "type": "string"
            },
            "namespace": {
              "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "featureRef",
        "location",
        "membershipRef",
        "projectRef"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "conditions": {
          "description": "Conditions represent the latest available observations of the GKEHubFeatureMembership's current state.",
          "items": {
            "properties": {
              "lastTransitionTime": {
                "description": "Last time the condition transitioned from one status to another.",
                "type": "string"
              },
              "message": {
                "description": "Human-readable message indicating details about last transition.",
                "type": "string"
              },
              "reason": {
                "description": "Unique, one-word, CamelCase reason for the condition's last transition.",
                "type": "string"
              },
              "status": {
                "description": "Status is the status of the condition. Can be True, False, Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type is the type of the condition.",
                "type": "string"
              }
            },
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "observedGeneration": {
          "description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
          "format": "int64",
          "type": "integer"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "spec"
  ],
  "type": "object"
}
