This directory contains JSON schemas for the PACT (Partnership for Carbon Transparency) methodology, which enables the exchange of carbon footprint data along value chains.
The Partnership for Carbon Transparency (PACT) is an initiative focused on creating standards for carbon footprint data exchange. These schemas support the interoperability requirements defined in the PACT technical specifications.
PACT_methodology/
├── README.md # This file
├── DataModelExtension/ # Extended data model schemas
│ ├── README.md # Extension-specific documentation
│ └── *.json # Extension schema files
├── core/ # Core PACT schemas (if needed)
└── examples/ # Usage examples (optional, main examples in /examples)
Contains schemas for extending the core PACT data model with additional properties and structures as defined in the PACT Data Model Extension specifications.
$id
and filename when multiple versions existWhen deployed, schemas will be accessible at:
https://your-domain.com/schemas/PACT_methodology/{category}/{schema-name}.json
When adding or updating PACT schemas:
/examples/PACT_methodology/
directory