# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app The example shows "repository" as body parameter while the documentation states repositories as an array of strings ## Expected <!--- What was expected? For example: The `labels` property on the `Issue` schema should be of type `array` instead of `string`. ---> The example should show a call with a repositories parameters with an array of strings ## Reproduction Steps <!--- Include steps to reproduce the problem with the description. For example: $ curl -X POST https://api.github.com/issues --->