Lithic · Schema

FuelUnitOfMeasure

Unit of measure for fuel disbursement.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-fuel-unit-of-measure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/fuel-unit-of-measure",
  "title": "FuelUnitOfMeasure",
  "description": "Unit of measure for fuel disbursement.",
  "type": [
    "string",
    "null"
  ],
  "enum": [
    "GALLONS",
    "LITERS",
    "POUNDS",
    "KILOGRAMS",
    "IMPERIAL_GALLONS",
    "NOT_APPLICABLE",
    "UNKNOWN",
    null
  ]
}