Sha256: 3e59423b2d7bdf77ecf1b26acb507917feef9f992bc7e2ebc1cdbd90a76d714a
Contents?: true
Size: 951 Bytes
Versions: 7
Compression:
Stored size: 951 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://json-schema.org/openstudio-urban-modeling/breaker_properties.json#", "title": "URBANopt Breaker", "description": "Schema for an URBANopt RNM Breaker 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 breaker is connected to.", "type": "string" }, "Feeder": { "description": "Feeder the breaker is connected to.", "type": "string" } } }
Version data entries
7 entries across 7 versions & 1 rubygems