{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "selected_repository_ids": {
      "type": "array",
      "description": "An array of repository IDs to detach from configurations. Up to 250 IDs can be provided.",
      "minItems": 1,
      "maxItems": 250,
      "items": {
        "type": "integer",
        "description": "Unique identifier of the repository."
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}