Shell · Schema

CardLimit

AviationElectric Vehicle ChargingEnergyFleet ManagementFuelGasLoyaltyLubricantsMobilityOil and GasRenewable Energy

Properties

Name Type Description
type string
value number
period string
currency string
View JSON Schema on GitHub

JSON Schema

shell-cardlimit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CardLimit",
  "title": "CardLimit",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "number"
    },
    "period": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    }
  }
}