From c96add23963f878605e0f491fc3568f0a6d15259 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 2 Aug 2016 02:02:25 +0100 Subject: [PATCH] Activate new schemas --- src/eddn/conf/Settings.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/eddn/conf/Settings.py b/src/eddn/conf/Settings.py index b07fc2c..e5dad0d 100644 --- a/src/eddn/conf/Settings.py +++ b/src/eddn/conf/Settings.py @@ -41,12 +41,18 @@ class _Settings(object): GATEWAY_JSON_SCHEMAS = { "http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0.json", "http://schemas.elite-markets.net/eddn/commodity/2/test": "schemas/commodity-v2.0.json", + "http://schemas.elite-markets.net/eddn/commodity/3": "schemas/commodity-v3.0.json", + "http://schemas.elite-markets.net/eddn/commodity/3/test": "schemas/commodity-v3.0.json", "http://schemas.elite-markets.net/eddn/shipyard/1": "schemas/shipyard-v1.0.json", "http://schemas.elite-markets.net/eddn/shipyard/1/test": "schemas/shipyard-v1.0.json", + "http://schemas.elite-markets.net/eddn/shipyard/2": "schemas/shipyard-v2.0.json", + "http://schemas.elite-markets.net/eddn/shipyard/2/test": "schemas/shipyard-v2.0.json", "http://schemas.elite-markets.net/eddn/outfitting/1": "schemas/outfitting-v1.0.json", "http://schemas.elite-markets.net/eddn/outfitting/1/test": "schemas/outfitting-v1.0.json", + "http://schemas.elite-markets.net/eddn/outfitting/2": "schemas/outfitting-v2.0.json", + "http://schemas.elite-markets.net/eddn/outfitting/2/test": "schemas/outfitting-v2.0.json", } GATEWAY_OUTDATED_SCHEMAS = [