{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ExcitationSystemUserDefined/schema.json", "title": " Smart Data Models - ExcitationSystemUserDefined", "description": "Adapted from CIM data models. Excitation system function block whose dynamic behaviour is described by", "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": [ "ExcitationSystemUserDefined" ], "description": "Property. NGSI type. It has to be ExcitationSystemUserDefined" }, "ProprietaryParameterDynamics": { "description": "Property. Model:'https://schema.org/Number'. Parameter of this proprietary user-defined model. Default: 'list'", "type": "number" }, "proprietary": { "description": "Property. Model:'https://schema.org/Number'. Behaviour is based on proprietary model as opposed to detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals. Default: False", "type": "number" } } } ] }