# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> in the schema for the `GET /repos/{owner}/{repo}/environments` endpoint, none of the response properties are marked as required ## Expected <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> For the `total_count` and `environments` properties to be marked as required. ## Reproduction Steps <!--- Include steps to reproduce the problem with the description. For example: $ curl -X POST https://api.github.com/issues --->