Sha256: 0c23d27266c60e2309a8469de15d5a61111e388bac41c3efb92e0f6dafe859fb
Contents?: true
Size: 614 Bytes
Versions: 7
Compression:
Stored size: 614 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://json-schema.org/openstudio-urban-modeling/dummy_node_properties.json#", "title": "URBANopt Dummy Node", "description": "Schema for an URBANopt RNM Dummy Node object", "type": "object", "properties": { "Node": { "description": "Unique name/id of the feature in the RNM analysis.", "type": "string" }, "Subest": { "description": "Substation the node is connected to", "type": "string" }, "Feeder": { "description": "Feeder the node is connected to", "type": "string" } } }
Version data entries
7 entries across 7 versions & 1 rubygems