Merge · Schema

LeadEndpointRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
model object
View JSON Schema on GitHub

JSON Schema

merge-leadendpointrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeadEndpointRequest",
  "title": "LeadEndpointRequest",
  "type": "object",
  "properties": {
    "model": {
      "$ref": "#/components/schemas/LeadRequest"
    }
  },
  "required": [
    "model"
  ]
}