diff --git a/examples/commodity-v2.0-draft.json b/examples/commodity-v2.0-draft.json index 5ec2081..68e4819 100644 --- a/examples/commodity-v2.0-draft.json +++ b/examples/commodity-v2.0-draft.json @@ -9,7 +9,7 @@ "systemName": "Eranin", "stationName": "Azeban Orbital", "timestamp": "2014-11-17T12:34:56+00:00" - "commodities" : [ + "commodities": [ { "name": "Gold", "buyPrice": 1024, diff --git a/src/eddn/conf/Settings.py b/src/eddn/conf/Settings.py index 10dcfce..ffc4fe2 100644 --- a/src/eddn/conf/Settings.py +++ b/src/eddn/conf/Settings.py @@ -36,7 +36,8 @@ class _Settings(object): GATEWAY_JSON_SCHEMAS = { "http://schemas.elite-markets.net/eddn/commodity/1": "schemas/commodity-v0.1.json", "http://schemas.elite-markets.net/eddn/commodity/1/test": "schemas/commodity-v0.1.json", - "http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0-draft.json" + "http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0-draft.json", + "http://schemas.elite-markets.net/eddn/commodity/2/test": "schemas/commodity-v2.0-draft.json" } def loadFrom(self, fileName):