Codat · Schema

Accounting: Create transfer response

Unified_API
View JSON Schema on GitHub

JSON Schema

codat-accountingcreatetransferresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingCreateTransferResponse",
  "title": "Accounting: Create transfer response",
  "x-internal": true,
  "allOf": [
    {
      "type": "object",
      "properties": {
        "data": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AccountingTransfer"
            },
            {
              "deprecated": true
            }
          ]
        }
      }
    },
    {
      "$ref": "#/components/schemas/PushOperation"
    }
  ]
}