Apideck · Schema

Accounting period

Accounting period

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-accountingperiod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingPeriod",
  "title": "Accounting period",
  "type": "string",
  "description": "Accounting period",
  "example": "01-24",
  "nullable": true
}