sonata-nfv / tng-schema

5GTANGO descriptor, record, and package specifications and schemas (data models)
http://www.5gtango.eu
Apache License 2.0
4 stars 15 forks source link

Bug: Outdated local schemas #108

Closed mpeuster closed 5 years ago

mpeuster commented 5 years ago

Problem: Validator stores schemas locally e.g. in ~/.tng-schema/ but never updates them.

It should always try to download the latest version from GitHub and replace the local version with them (if not internet connection is available the the old ones can be used).

On top, the validator should log (level info) which schema files (path + date) it uses so a user finds this bug. Right now it is incredible complicated to find this :-/