Merge · Schema

groups_typesList_Response_200

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
types array List of distinct group types
View JSON Schema on GitHub

JSON Schema

merge-groups-typeslist-response-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/groups_typesList_Response_200",
  "title": "groups_typesList_Response_200",
  "type": "object",
  "properties": {
    "types": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of distinct group types"
    }
  }
}