Merge · Schema

CollectionTypeEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-collectiontypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CollectionTypeEnum",
  "title": "CollectionTypeEnum",
  "type": "string",
  "enum": [
    "LIST",
    "PROJECT"
  ]
}