# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> The `id` of `hook-delivery-item` must be `int64` format instead of default `int32`. ## Expected <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> `id` of `hook-delivery-item` in `int64` format instead of default `int32` ## Reproduction Steps <!--- Include steps to reproduce the problem with the description. For example: $ curl -X POST https://api.github.com/issues ---> ``` $> curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer XXX" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/orgs/{ORG}/hooks/459322508/deliveries ```