Shell · Schema

OfferListResponse

AviationElectric Vehicle ChargingEnergyFleet ManagementFuelGasLoyaltyLubricantsMobilityOil and GasRenewable Energy

Properties

Name Type Description
offers array
totalCount integer
View JSON Schema on GitHub

JSON Schema

shell-offerlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OfferListResponse",
  "title": "OfferListResponse",
  "type": "object",
  "properties": {
    "offers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Offer"
      }
    },
    "totalCount": {
      "type": "integer"
    }
  }
}