{
  "type": "object",
  "properties": {
    "selected_repository_ids": {
      "type": "array",
      "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can add and remove individual repositories using the [Add selected repository to an organization secret](https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret) and [Remove selected repository from an organization secret](https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret) endpoints.",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": [
    "selected_repository_ids"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}