Apideck · Schema

Period Length

Length of each aging period in days.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-periodlength-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PeriodLength",
  "title": "Period Length",
  "type": "integer",
  "description": "Length of each aging period in days.",
  "example": 30,
  "default": 30
}