# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> The `/orgs/{org}/attestations/bulk-list` endpoint is defined in the schema as accepting only POST, while all other list endpoints use GET ## Expected The endpoint should be defined as using GET <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> ## Reproduction Steps <!--- Include steps to reproduce the problem with the description. For example: $ curl -X POST https://api.github.com/issues ---> N/A https://github.com/octokit/openapi/pull/504