{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ActivePowerLimit/schema.json", "title": " Smart Data Models - ActivePowerLimit", "description": "Adapted from CIM data models. Limit on active power flow.", "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": [ "ActivePowerLimit" ], "description": "Property. NGSI type. It has to be ActivePowerLimit" }, "value": { "description": "Property. Model:'https://schema.org/Number'. Value of active power limit. Default: 0.0", "type": "number" } } } ] }