Merge · Schema

DocumentContentSourceType

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-documentcontentsourcetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentContentSourceType",
  "title": "DocumentContentSourceType",
  "type": "string",
  "enum": [
    "base64",
    "url"
  ],
  "default": "base64"
}