lib/urbanopt/scenario/default_reports/schema/scenario_schema.json in urbanopt-scenario-0.2.0 vs lib/urbanopt/scenario/default_reports/schema/scenario_schema.json in urbanopt-scenario-0.3.0.pre1
- old
+ new
@@ -271,14 +271,24 @@
},
"net_source_energy": {
"description": "Net source energy (kBtu)",
"type": "number"
},
+ "total_utility_cost": {
+ "description": "Total utility cost",
+ "type": "number"
+ },
"net_utility_cost": {
- "description": "Total utility cost for reporting period includes generation",
+ "description": "Net utility cost for reporting period includes generation",
"type": "number"
},
+ "utility_costs": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/UtilityCost"
+ }
+ },
"electricity": {
"description": "Sum of all electricity used, does not include electricity produced (kWh)",
"type": "number"
},
"natural_gas": {
@@ -321,15 +331,9 @@
},
"additionalProperties": false
}
},
"additionalProperties": false
- },
- "utility_costs": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/UtilityCost"
- }
},
"comfort_result": {
"$ref": "#/definitions/ComfortResult"
}
},
\ No newline at end of file