{ "$schema": "http://json-schema.org/schema", "$schemaVersion": "0.0.2", "$id": "https://smart-data-models.github.io/dataModel.WasteWater/WasteWaterPlant/schema.json", "title": "Smart Data models -Waste Water Plant schema", "modelTags": "IUDX", "description": "Data model for waste water treatment plant.", "type": "object", "required": [ "id", "type" ], "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", "description": "Property. NGSI entity type. It has to be WasteWaterPlant", "enum": [ "WasteWaterPlant" ] }, "no3": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Nitrate concentration measured in waste-water treatment plant corresponding to this observation" }, "bod": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Biological Oxygen Demand concentration measured in the waste-water treatment plant corresponding to this observation" }, "inFlow": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. In-flow amount into the treatment plant/reservoir corresponding to this observation" }, "toc": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Total Organic Carbon concentration measured in the waste-water treatment plant corresponding to this observation" }, "nh4": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Ammonium concentration measured in the waste-water treatment plant corresponding to this observation" }, "redox": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Reduction potential or oxidation measured in waste-water treatment plant corresponding to this observation" }, "do": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Dissolved oxygen measured in the waste-water treatment plant corresponding to this observation" }, "treatmentPlantId": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Unique identification number for the waste-water treatment plant corresponding to this observation" }, "outFlow": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Out-flow amount into the treatment plant/reservoir corresponding to this observation" }, "tss": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Total suspended solids concentration measured in a waste-water treatment plant corresponding to this observation" }, "treatmentPlantCapacity": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Handling capacity of the waste-water treatment plant corresponding to this observation" }, "tic": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Total Inorganic Carbon concentration measured in the waste-water treatment plant corresponding to this observation" }, "tn": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Total Nitrogen concentration measured in waste-water treatment plant corresponding to this observation" }, "po4": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Ortho-phosphate concentration measured in the waste-water treatment plant corresponding to this observation" }, "cod": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Chemical Oxygen Demand concentration measured in the waste-water treatment plant corresponding to this observation" }, "treatmentPlantName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Name of the waste-water treatment plant corresponding to this observation" }, "treatmentPlantCode": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Unique code for the waste-water treatment plant corresponding to this observation" }, "observationDateTime": { "type": "string", "format": "date-time", "description": "Property. Model:'https://schema.org/Text'. Last reported time of observation" }, "pHTSA": { "type": "object", "description": "Property. Model:'https://schema.org/Text. Acidity level or basicity level observed in the water. Object defining the temporal processing of the magnitude property during a period. It provides maximum, minimum, instant value and average", "properties": { "avgOverTime": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Describes the average value of a time-series data over a specified duration in past. The duration is specified using another parameter in the value descriptor object related to this value" }, "maxOverTime": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Describes the maximum value of a time-series data over a specified duration in past. The duration is specified using another parameter in the value descriptor object related to this value" }, "instValue": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Describes the instantaneous value (associated with the current timestamp) of a time varying quantity." }, "minOverTime": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Describes the minimum value of a time-series data over a specified duration in past. The duration is specified using another parameter in the value descriptor object related to this value." } } }, "municipalityInfo": { "type": "object", "description": "Property. Model:'https://schema.org/Text. Municipality information corresponding to this observation", "properties": { "district": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. District name corresponding to this observation." }, "ulbName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Name of the Urban Local Body corresponding to this observation." }, "cityId": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. City Id corresponding to this observation." }, "wardId": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Ward Id corresponding to this observation." }, "stateName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Name of the state corresponding to this observation." }, "cityName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. City name corresponding to this observation" }, "zoneName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Zone name corresponding to this observation." }, "zoneId": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Zone Id corresponding to this observation." }, "wardName": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. Ward name corresponding to this observation." }, "wardNum": { "type": "number", "description": "Property. Model:'https://schema.org/Number'. Ward number corresponding to this observation." } } } } } ] }