{ "$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." } } }