{
  "type": "object",
  "properties": {
    "default_for_new_repos": {
      "type": "string",
      "description": "Specify which types of repository this security configuration should be applied to by default.",
      "enum": [
        "all",
        "none",
        "private_and_internal",
        "public"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}