Skip to content

Commit

Permalink
add type back
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushree04 committed Aug 2, 2023
1 parent 95eec0f commit 8c19470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"$ref": "#/definitions/TemperatureType"
},
"flow_direction": {
"description": "Charcterization of connector, relative to the central plant",
"description": "Characterization of connector, relative to the central plant",
"$ref": "#/definitions/FlowDirection"
},
"user_data": {
Expand All @@ -68,6 +68,7 @@
},
"required": [
"id",
"type",
"startJunctionId",
"endJunctionId"
],
Expand Down
3 changes: 2 additions & 1 deletion lib/urbanopt/geojson/schema/thermal_junction_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
}
},
"required": [
"id"
"id",
"type"
],
"additionalProperties": false,
"definitions": {
Expand Down

0 comments on commit 8c19470

Please sign in to comment.