Schema file

Schema Properties

Property Type Required Description
description string Yes Text description of the uncertainty assessment methodology, confidence levels, or variability analysis

Example Usage

{
  "specVersion": "3.0.0",
  "dataSchema": "https://your-domain.com/extensions/uncertaintyAssessment/2025-07.01/schema.json",
  "documentation":"https://your-domain.com/extensions/uncertaintyAssessment/2025-07.01",
  "data": {
    "description": "Monte Carlo simulation with 10,000 iterations. 95% confidence interval: ±15% of reported value. Primary uncertainty sources: electricity grid mix (±8%), transportation distances (±12%), and process efficiency (±5%)."
  }
}