addedInput schema / examples
Added value: +[
+ {
+ "emission_factor": {
+ "activity_id": "electricity-supply_grid_mix-2023"
+ },
+ "parameters": {
+ "energy": 150,
+ "energy_unit": "kWh"
+ }
+ },
+ {
+ "emission_factor": {
+ "id": "9dc73201-e21b-45e3-a033-daac504400c3",
+ "region": "GB"
+ },
+ "parameters": {
+ "mass": 500,
+ "mass_unit": "kg"
+ }
+ }
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "activity_data": {
+ "description": "Activity data used in calculation",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "audit_trail": {
+ "description": "Audit trail for the calculation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "calculation_method": {
+ "description": "Method used for calculation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "calculation_origin": {
+ "description": "Origin/source of the calculation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "co2e": {
+ "description": "Calculated CO2 equivalent in kg",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "co2e_unit": {
+ "description": "Unit of CO2e measurement",
+ "type": "string"
+ },
+ "constituent_gases": {
+ "description": "Breakdown of constituent greenhouse gases",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "emission_factor": {
+ "description": "The resolved emission factor used",
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "co2e",
+ "co2e_unit",
+ "calculation_method",
+ "calculation_origin",
+ "emission_factor",
+ "constituent_gases",
+ "activity_data",
+ "audit_trail"
+ ],
+ "type": "object"
+}