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