{
  "type": "object",
  "properties": {
    "enabled_repositories": {
      "type": "string",
      "description": "The policy for which repositories can use Copilot coding agent. Can be one of `all`, `selected`, or `none`.",
      "enum": [
        "all",
        "selected",
        "none"
      ]
    }
  },
  "required": [
    "enabled_repositories"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}