{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MCTransactionFootprint", "type": "object", "description": "This object holds the transaction footprint for a payment transaction.", "properties": { "carbonEmissionInGrams": { "type": "number", "description": "The transaction's CO2 emission in grams" }, "carbonEmissionInOunces": { "type": "number", "description": "The transaction's CO2 emission in ounces" }, "carbonSocialCost": { "type": "object", "description": "The transaction's CO2 emission cost" } } }