{
  "properties": {
    "query_suite": {
      "description": "CodeQL query suite to be used. If you specify the `query_suite` parameter, the default setup will be configured with this query suite only on all repositories that didn't have default setup already configured. It will not change the query suite on repositories that already have default setup configured.\nIf you don't specify any `query_suite` in your request, the preferred query suite of the organization will be applied.",
      "type": "string",
      "enum": [
        "default",
        "extended"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}