{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/GrossToNetActivePowerCurve/schema.json", "title": " Smart Data Models - GrossToNetActivePowerCurve", "description": "Adapted from CIM data models. Relationship between the generating unit's gross active power output on the X-axis (measured at the terminals of the machine(s)) and the generating unit's net active power output on the Y-axis (based on utility-defined measurements at the power station). Station service loads, when modeled, should be treated as non-conforming bus loads. There may be more than one curve, depending on the auxiliary equipment that is in service.", "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": [ "GrossToNetActivePowerCurve" ], "description": "Property. NGSI type. It has to be GrossToNetActivePowerCurve" }, "GeneratingUnit": { "description": "Property. Model:'https://schema.org/Number'. A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit. Default: None", "type": "number" } } } ] }