.coveragerc
.gitignore
.gitlab-ci.yml
LICENSE
README.md
pyproject.toml
.gitlab/issue_templates/default.md
docs/source/conf.py
docs/source/fidere.api.md
docs/source/fidere.api.meta.md
docs/source/fidere.api.models.md
docs/source/fidere.api.normalized_model.md
docs/source/fidere.api.parser.md
docs/source/fidere.api.utils.md
docs/source/fidere.nomenclature.md
docs/source/fidere.normalized_model.md
docs/source/index.md
docs/source/_static/css/custom.css
docs/source/_static/css/fzj-color-scheme.css
docs/source/_static/js/custom.js
docs/source/_templates/layout.html
examples/00_getting_started.py
examples/01_identifier.py
examples/02_normalized_model.py
examples/03_utils.py
examples/instances/device_instance.json
examples/instances/entity_instance.json
examples/normalized/schema.json
src/fidere/__init__.py
src/fidere/_version.py
src/fidere/meta.py
src/fidere/parser.py
src/fidere/util.py
src/fidere.egg-info/PKG-INFO
src/fidere.egg-info/SOURCES.txt
src/fidere.egg-info/dependency_links.txt
src/fidere.egg-info/requires.txt
src/fidere.egg-info/top_level.txt
src/fidere/models/__init__.py
src/fidere/models/base.py
src/fidere/models/normalized.py
tests/__init__.py
tests/conftest.py
tests/test_jsonschemaparser.py
tests/test_model_base.py
tests/test_model_normalized.py
tests/test_util.py
tests/inputs/schema_fiware_types.json
tests/inputs/schema_iot_types.json
tests/inputs/schema_keyvalue.json
tests/inputs/schema_normalized.json