{
  "type": "object",
  "properties": {
    "repository_ids_to_add": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "List of repository IDs to add."
    },
    "repository_ids_to_remove": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "List of repository IDs to remove."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}