Shell · Schema

AccountUpdateRequest

AviationElectric Vehicle ChargingEnergyFleet ManagementFuelGasLoyaltyLubricantsMobilityOil and GasRenewable Energy

Properties

Name Type Description
firstName string
lastName string
email string
phone string
marketingConsent boolean
View JSON Schema on GitHub

JSON Schema

shell-accountupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountUpdateRequest",
  "title": "AccountUpdateRequest",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "marketingConsent": {
      "type": "boolean"
    }
  }
}