{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ControlAreaGeneratingUnit/schema.json", "title": " Smart Data Models - ControlAreaGeneratingUnit", "description": "Adapted from CIM data models. A control area generating unit. This class is needed so that alternate control area definitions may include the same generating unit. Note only one instance within a control area should reference a specific generating unit.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "ControlAreaGeneratingUnit" ], "description": "Property. NGSI type. It has to be ControlAreaGeneratingUnit" }, "ControlArea": { "description": "Property. Model:'https://schema.org/Number'. The parent control area for the generating unit specifications. Default: None", "type": "number" }, "GeneratingUnit": { "description": "Property. Model:'https://schema.org/Number'. The generating unit specified for this control area. Note that a control area should include a GeneratingUnit only once. Default: None", "type": "number" } } } ] }