This directory contains example JSON files demonstrating the usage of PACT (Partnership for Carbon Transparency) schemas.
Examples showing how to use PACT Data Model Extensions for custom properties and industry-specific requirements.
PACT_methodology/
├── DataModelExtension/ # Extension usage examples
│ ├── basic-extension.json # Simple extension example
│ ├── industry-automotive.json # Automotive industry example
│ └── complex-multi-extension.json # Multiple extensions
├── basic-pcf.json # Basic Product Carbon Footprint
├── company-footprint.json # Company-level footprint
└── supply-chain-example.json # Multi-tier supply chain
These examples can be used to:
All examples in this directory should validate against their corresponding schemas. Run validation tests before committing changes:
# Validate all PACT examples
npm run test:examples PACT_methodology
When adding examples: