{
  "type": "object",
  "properties": {
    "selected_repository_ids": {
      "type": "array",
      "description": "The IDs of the repositories that can access the organization variable.",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": [
    "selected_repository_ids"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}