lib/urbanopt/scenario/default_reports/schema/scenario_schema.json in urbanopt-scenario-0.2.0.pre2 vs lib/urbanopt/scenario/default_reports/schema/scenario_schema.json in urbanopt-scenario-0.2.0

- old
+ new

@@ -211,10 +211,13 @@ "reporting_periods": { "$ref": "#/definitions/ReportingPeriods" }, "distributed_generation": { "$ref": "#/definitions/DistributedGeneration" + }, + "power_distribution": { + "$ref": "#/definitions/PowerDistribution" } }, "required": [ "id", "name", @@ -832,8 +835,19 @@ "path", "first_report_datetime", "column_names" ], "additionalProperties": false + }, + "PowerDistribution": { + "type": "object", + "properties": { + "over_voltage_hours": { + "type": "number" + }, + "under_voltage_hours": { + "type": "number" + } + } } } } \ No newline at end of file