Apideck · Schema

Unit of measure

Description of the unit type the item is sold as, ie: kg, hour.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-unitofmeasure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UnitOfMeasure",
  "title": "Unit of measure",
  "type": "string",
  "description": "Description of the unit type the item is sold as, ie: kg, hour.",
  "example": "pc.",
  "nullable": true
}