Apideck · Schema

Type

Line Item type

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-lineitemtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineItemType",
  "title": "Type",
  "type": "string",
  "description": "Line Item type",
  "example": "expense_account",
  "enum": [
    "expense_item",
    "expense_account",
    "other"
  ],
  "x-apideck-enum-id": "line_items.type",
  "nullable": true
}