Codat · Schema

Accounting: Bill payments

Unified_API
View JSON Schema on GitHub

JSON Schema

codat-accountingbillpayments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingBillPayments",
  "title": "Accounting: Bill payments",
  "x-internal": true,
  "allOf": [
    {
      "type": "object",
      "properties": {
        "results": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AccountingBillPayment"
          }
        }
      }
    },
    {
      "$ref": "#/components/schemas/PagingInfo"
    }
  ]
}