Sha256: 20fd5b16bfac1d555bff058d0a1d8313b7d68330984b1becfe29dbfea90ab61b
Contents?: true
Size: 946 Bytes
Versions: 7
Compression:
Stored size: 946 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://json-schema.org/openstudio-urban-modeling/switch_properties.json#", "title": "URBANopt Switch", "description": "Schema for an URBANopt RNM Switch object", "type": "object", "properties": { "Code": { "description": "Unique name/ID of the feature in the RNM analysis.", "type": "string" }, "NodeA": { "description": "Name/ID of the RNM 'From' Node it is associated with.", "type": "string" }, "NodeB": { "description": "Name/ID of the RNM 'To' Node it is associated with.", "type": "string" }, "NomV_kV": { "description": "Nominal Voltage in kV.", "type": "string" }, "Subest": { "description": "Substation the switch is connected to.", "type": "string" }, "Feeder": { "description": "Feeder the switch is connected to.", "type": "string" } } }
Version data entries
7 entries across 7 versions & 1 rubygems