Apideck · Schema

Amount

The amount or value of the item

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-amount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Amount",
  "title": "Amount",
  "description": "The amount or value of the item",
  "type": "number",
  "example": 1000,
  "readOnly": true
}