{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "scope": {
      "type": "string",
      "description": "The type of repositories to attach the configuration to.",
      "enum": [
        "all",
        "all_without_configurations"
      ]
    }
  },
  "required": [
    "scope"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}