# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> If a pull request is created against a fork and the fork deleted, it is possible for `pull-request.head.repo` to be `null`.  ## Expected <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> The `pull-request.head.repo` property is non-required ## Reproduction Steps <!--- Include steps to reproduce the problem with the description. For example: $ curl -X POST https://api.github.com/issues ---> ```bash $ curl -X GET https://api.github.com/repos/{repo}/{repoName}/pulls/2 ```