{
  "type": "object",
  "required": [
    "organization_slugs"
  ],
  "properties": {
    "organization_slugs": {
      "type": "array",
      "description": "Organization slug to unassign the team from.",
      "items": {
        "type": "string",
        "description": "Organization slug to unassign the team from"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}