Skip to content

Commit

Permalink
Activate new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginal committed Aug 2, 2016
1 parent 8719225 commit c96add2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/eddn/conf/Settings.py
Expand Up @@ -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 = [
Expand Down

0 comments on commit c96add2

Please sign in to comment.