Open-Telecoms-Data / cove-ofds

https://ofds.cove.opendataservices.coop/
Other
1 stars 0 forks source link

Network.id erroneously reported as missing #70

Closed duncandewhurst closed 1 year ago

duncandewhurst commented 1 year ago

Test data:

{"networks": [{"id": "1"}]}

CoVE results

odscjames commented 1 year ago

Also, erroneously reports links as missing:

{"networks": [{"links": [] }]}

I have a theory ....

odscjames commented 1 year ago

https://github.com/python-jsonschema/jsonschema/issues/1030 is my preferred fix - we can do some string manipulation to get the error in the meantime.

odscjames commented 1 year ago

Now on live to test

duncandewhurst commented 1 year ago

Looks good!