{
  "type": "object",
  "required": [
    "enabled_repositories"
  ],
  "properties": {
    "enabled_repositories": {
      "type": "string",
      "description": "The policy that controls whether self-hosted runners can be used in the organization",
      "enum": [
        "all",
        "selected",
        "none"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}