{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Organizational Carbon Footprint Report","description":"Corporate GHG inventory aligned with the GHG Protocol Corporate Standard (2004, revised 2015) covering Scope 1 (direct), Scope 2 (purchased energy, reported dual location- and market-based per the Scope 2 Guidance 2015) and Scope 3 (value-chain, 15 categories). Compatible with ISO 14064-1:2018 reporting. Supports assurance levels per ISAE 3410.","type":"object","additionalProperties":false,"required":["entity","period","methodology","boundary","scope1","scope2","scope3","total_tCO2e","intensity_metrics","assurance_level"],"$defs":{"scope1_source":{"type":"object","additionalProperties":false,"required":["source","activity_data","tCO2e"],"properties":{"source":{"type":"string","description":"E.g. 'Natural gas heating', 'Company vehicle fleet — diesel'."},"activity_data":{"type":"string","description":"E.g. '12 800 m³ gas', '38 400 litres diesel'."},"tCO2e":{"type":"string"}}},"scope3_category":{"type":"object","additionalProperties":false,"required":["category_number","category_name","applicable","tCO2e"],"properties":{"category_number":{"type":"integer","minimum":1,"maximum":15},"category_name":{"type":"string"},"applicable":{"type":"boolean"},"tCO2e":{"type":"string"},"notes":{"type":"string"}}},"intensity":{"type":"object","additionalProperties":false,"required":["metric_name","value","denominator"],"properties":{"metric_name":{"type":"string"},"value":{"type":"string"},"denominator":{"type":"string"}}}},"properties":{"entity":{"type":"object","additionalProperties":false,"required":["name","legal_form","registration_number","address"],"properties":{"name":{"type":"string"},"legal_form":{"type":"string"},"registration_number":{"type":"string"},"address":{"type":"string"}}},"period":{"type":"object","additionalProperties":false,"required":["start","end","label"],"properties":{"start":{"type":"string","format":"date"},"end":{"type":"string","format":"date"},"label":{"type":"string"}}},"methodology":{"type":"string","enum":["ghg_protocol_corporate","iso_14064","other"]},"boundary":{"type":"string","enum":["operational_control","financial_control","equity_share"],"description":"Consolidation approach per GHG Protocol Corporate Standard ch.3."},"scope1":{"type":"array","minItems":1,"items":{"$ref":"#/$defs/scope1_source"}},"scope2":{"type":"object","additionalProperties":false,"required":["market_based_tCO2e","location_based_tCO2e"],"properties":{"market_based_tCO2e":{"type":"string"},"location_based_tCO2e":{"type":"string"},"electricity_MWh":{"type":"string"},"renewable_share_pct":{"type":"string"}}},"scope3":{"type":"array","minItems":15,"maxItems":15,"items":{"$ref":"#/$defs/scope3_category"}},"total_tCO2e":{"type":"string"},"intensity_metrics":{"type":"array","minItems":1,"items":{"$ref":"#/$defs/intensity"}},"assurance_level":{"type":"string","enum":["none","limited","reasonable"]},"verifier":{"type":"object","additionalProperties":false,"required":["name","accreditation"],"properties":{"name":{"type":"string"},"accreditation":{"type":"string"}}},"signatory":{"type":"object","additionalProperties":false,"required":["name","role","date","place"],"properties":{"name":{"type":"string"},"role":{"type":"string"},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}