Adyen · Schema

UnitOfMeasure

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-unitofmeasure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UnitOfMeasure",
  "title": "UnitOfMeasure",
  "type": "string",
  "enum": [
    "Case",
    "Centilitre",
    "Centimetre",
    "Foot",
    "Gram",
    "Inch",
    "Kilogram",
    "Kilometre",
    "Litre",
    "Meter",
    "Mile",
    "Other",
    "Ounce",
    "Pint",
    "Pound",
    "Quart",
    "UKGallon",
    "USGallon",
    "Yard"
  ]
}