Merge · Schema

AccountingAttachmentEndpointRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
model object
View JSON Schema on GitHub

JSON Schema

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