Merge · Schema

AsyncPassthroughReciept

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
async_passthrough_receipt_id string
View JSON Schema on GitHub

JSON Schema

merge-asyncpassthroughreciept-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AsyncPassthroughReciept",
  "title": "AsyncPassthroughReciept",
  "type": "object",
  "properties": {
    "async_passthrough_receipt_id": {
      "type": "string",
      "format": "uuid"
    }
  },
  "required": [
    "async_passthrough_receipt_id"
  ]
}