In the directory utils of the umbrella repository data-models there is a new python script that checks if a schema is properly documented and if the payload is correctly located and validates against the schema.
Author: maestro
Extended the data model of Beach in the PointOfInterest subject
The data model for Beach in the PointOfInterest Subject has been extended with the property:
- peopleOccupancy: Amount of people at the location
New data model Anomaly
the new data model Anomaly is located in the subject datamodel.Alert:
Anomaly: This entity contains a harmonized description of an anomaly.
Extended data model Airquality observed
The data model of AirQualityobserved in the subject datamodel.Environment has been extended with these properties:
- nox: Other Nitrogen oxides detected
- coLevel: Qualitative Carbon Monoxide presence
- precipitation: Amount of water rain
- relativeHumidity: Humidity in the Air
- typeofLocation: Type of location of the sampled item
- temperature: Temperature of the item
- windDirection: Direction of the weather vane
- windSpeed: Intensity of the wind
Extended the data model WeatherForecast
the data model for WeatherForecast of the datamodel.Weather is being extended with the property:
- precipitation: Amount of water rain expected.
Extended the data model for AirQualityObserved
The data model for AirQualityObserved in the Subject dataModel.Environment has been extended with the properties:
co2: Carbon Dioxide detected.
Extended data model for GreenSpaceRecord
The data model for GreenSpaceRecord in the Subject Parks and Gardens has been extended with the property
litterCoverage: Percentage of the surface covered with litter or other waste materials
Building data model extended
Two new properties have been added to the existing building data model in the building subject,
peopleCapacity: Allowed people present at the building
peopleOccupancy: People present at the building
New option for drafting a data model
In the front page, there is a new option that allows you top to directly create a copy of the template sheet for creating new data models.
Remember that this spreadsheet is done for those unfamiliar with json schema (the official format for the smart data models) to allow them to create a new data model from their knowlege.
The use instructions are in the spreadsheet
Any doubt please let us know at info@smartdatamodels.org
Updated context.jsonld
The context.jsonld for smart data models has been updated to meet json ld requirements. Now they are implementing geojson requirements.
It affects the terms of bbox and coordinates. It could impact those elements having a geoproperty (most of the data models).