{
  "type": [
    "object",
    "null"
  ],
  "properties": {
    "organization": {
      "type": "string",
      "description": "Optional parameter to specify the organization name if forking into an organization."
    },
    "name": {
      "type": "string",
      "description": "When forking from an existing repository, a new name for the fork."
    },
    "default_branch_only": {
      "type": "boolean",
      "description": "When forking from an existing repository, fork with only the default branch."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}