Sage · Schema

Price

AccountingBusiness ManagementCloud SoftwareERPPayrollHR

Properties

Name Type Description
price number
currency object
View JSON Schema on GitHub

JSON Schema

sage-price-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Price",
  "title": "Price",
  "type": "object",
  "properties": {
    "price": {
      "type": "number"
    },
    "currency": {
      "$ref": "#/components/schemas/CurrencyRef"
    }
  }
}