duck-creek · Schema

BillingAccountList

Properties

Name Type Description
accounts array
View JSON Schema on GitHub

JSON Schema

duck-creek-billingaccountlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAccountList",
  "title": "BillingAccountList",
  "type": "object",
  "properties": {
    "accounts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BillingAccount"
      }
    }
  }
}