Shell · Schema

CardOrderResponse

AviationElectric Vehicle ChargingEnergyFleet ManagementFuelGasLoyaltyLubricantsMobilityOil and GasRenewable Energy

Properties

Name Type Description
orderId string
status string
estimatedDeliveryDate string
View JSON Schema on GitHub

JSON Schema

shell-cardorderresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CardOrderResponse",
  "title": "CardOrderResponse",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "estimatedDeliveryDate": {
      "type": "string",
      "format": "date"
    }
  }
}