# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> Multiple different endpoints are using the same value for `operationID` of `enterprise-admin/get-manage-settings` * `GET /manage/v1/config/apply/events` * `GET /manage/v1/config/settings` * `GET /manage/v1/config/apply` * `POST /manage/v1/config/apply` ## Expected <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> Each endpoint has it's own uniuqe `operationID` The the OpenAPI specs be free of bugs like this one that prevents it's usage ## Reproduction Steps N/A as it concerns the schema definitions and not actual response data ## Suggested solution I would like to suggest that the OpenAPI specs be passed through a linter of the likes of Redocly before publishing to minimize any bugs like this See https://github.com/octokit/openapi-types.ts/pull/429#issuecomment-2209656935