Mastercard · Schema

AggregateCarbonScore

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
carbonEmissionInGrams string An aggregate value of CO2 emission in grams.
aggregateDate string Denotes aggregate duration.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-aggregate-carbon-score-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AggregateCarbonScore",
  "type": "object",
  "properties": {
    "carbonEmissionInGrams": {
      "type": "string",
      "description": "An aggregate value of CO2 emission in grams."
    },
    "aggregateDate": {
      "type": "string",
      "description": "Denotes aggregate duration."
    }
  }
}