Salesforce Net Zero Cloud Carbon Emission

Schema for a carbon emission record in Salesforce Net Zero Cloud, tracking greenhouse gas emissions by scope, source, and reporting period.

Carbon AccountingCarbon EmissionsClimateEnvironmentalESGNet ZeroSustainability

Properties

Name Type Description
Id string Salesforce record ID
Name string Auto-generated name for the emission record
Scope integer GHG Protocol scope category
EmissionSource string The source of the emission (e.g., Natural Gas Combustion, Business Travel)
QuantityMtCO2e number Quantity of greenhouse gas emissions in metric tons of CO2 equivalent
ReportingYear integer The fiscal or calendar year for this emission record
ReportingPeriodStartDate string Start date of the reporting period
ReportingPeriodEndDate string End date of the reporting period
FacilityId string Salesforce ID of the associated facility record
EmissionFactorId string Salesforce ID of the emission factor used for calculation
CalculationMethod string Method used to calculate the emission quantity
Description string Additional description or notes for this emission record
CreatedDate string Timestamp when the record was created
LastModifiedDate string Timestamp when the record was last modified
View JSON Schema on GitHub

JSON Schema

salesforce-net-zero-cloud-carbon-emission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/salesforce-net-zero-cloud/blob/main/json-schema/salesforce-net-zero-cloud-carbon-emission-schema.json",
  "title": "Salesforce Net Zero Cloud Carbon Emission",
  "description": "Schema for a carbon emission record in Salesforce Net Zero Cloud, tracking greenhouse gas emissions by scope, source, and reporting period.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "Salesforce record ID"
    },
    "Name": {
      "type": "string",
      "description": "Auto-generated name for the emission record"
    },
    "Scope": {
      "type": "integer",
      "description": "GHG Protocol scope category",
      "enum": [1, 2, 3]
    },
    "EmissionSource": {
      "type": "string",
      "description": "The source of the emission (e.g., Natural Gas Combustion, Business Travel)"
    },
    "QuantityMtCO2e": {
      "type": "number",
      "description": "Quantity of greenhouse gas emissions in metric tons of CO2 equivalent",
      "minimum": 0
    },
    "ReportingYear": {
      "type": "integer",
      "description": "The fiscal or calendar year for this emission record",
      "minimum": 1990,
      "maximum": 2100
    },
    "ReportingPeriodStartDate": {
      "type": "string",
      "format": "date",
      "description": "Start date of the reporting period"
    },
    "ReportingPeriodEndDate": {
      "type": "string",
      "format": "date",
      "description": "End date of the reporting period"
    },
    "FacilityId": {
      "type": "string",
      "description": "Salesforce ID of the associated facility record"
    },
    "EmissionFactorId": {
      "type": "string",
      "description": "Salesforce ID of the emission factor used for calculation"
    },
    "CalculationMethod": {
      "type": "string",
      "description": "Method used to calculate the emission quantity",
      "enum": ["SpendBased", "ActivityBased", "SupplierSpecific", "AverageBased"]
    },
    "Description": {
      "type": "string",
      "description": "Additional description or notes for this emission record"
    },
    "CreatedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the record was created"
    },
    "LastModifiedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the record was last modified"
    }
  },
  "required": ["Scope", "QuantityMtCO2e", "ReportingYear"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/salesforce-net-zero-cloud-carbon-emission"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.