Updated all data models to the last version of json schema

NOTE: We did yesterday 17-9 the changes. Unfortunately we made a mistake and now we have to revert all these changes, do it again properly and push. this Friday will be ready if not earlier. NOTE2: It is already updated. Its Wednesday 15:30. Hopefully this time we made no errors…. More…

New data model SatelliteImagery

The Subject of Satellite Imagery, inside the CrossSector domain, has a new data model EOSatelliteImagery: EOSatelliteImagery. This schema defines a unified entity within the SatelliteImagery domain, consolidating attributes from all existing entities related to satellite imagery, designed to offer a holistic view in the EO proccess More…

pydantic export now available

The directory /code/ (see image with one example)  in every data model has now a new draft export the pydantic export. Pydantic is a Python library that provides data validation and settings management using Python type annotations, allowing you to define data models that enforce type constraints and validate data… More…

The Smart Data Models Initiative Embraces JSON Schema as the Core Component for Interoperable Smart Solutions

The Smart Data Models (SDM) initiative, led by FIWARE Foundation in collaboration with IUDX, TM Forum, and OASC, has firmly established JSON Schema as the core component and single source of truth for creating exports in YAML, SQL, and soon RDF. This strategic move aligns the SDM initiative with the… More…

Version 0.8 of the pysmartdatamodels package

Due to the new configuration of files of the package pysmartdatamodels it will be no longer required to use the from clause (initially) Therefore now to import the package in python it will be simply import pysmartdatamodels as sdm Accordingly the examples of code in all data models are being… More…

Public tender clause document

Some of the users of the Smart Data Models are public entities. Those entities are willing to use Smart Data Models in the provisioning of their IT systems. They can do it because SDM are open licensed models not depending on any software maker but in public standards and the… More…

Examples of code associated to every data model

In order to make easier the use of the Smart Data Models now in every repository in GitHub there is a new directory named ‘code’ that contains for the python code using the pysmartdatamodels  for the architecture in the image below. The idea is a code that fills several attributes… More…

New version of pysmartdatamodels python package 0.7.1

The changes in this new version are: – Including new function validate_dcat_ap_distribution_sdm – Updating the comments of most of the functions – Some code improvements by jilin.he@fiware.org – Included a new directory with templates for the creation of a data model. Not used yet but next version they will be… More…