Add to settings.py the fssallbodiesfound schemas

This commit is contained in:
robbyxp1 2022-01-27 16:28:37 +00:00 committed by Athanasius
parent b6d25ccebc
commit d4e7409ae0

View File

@ -76,6 +76,8 @@ class _Settings(object):
"https://eddn.edcd.io/schemas/approachsettlement/1" : "schemas/approachsettlement-v1.0.json",
"https://eddn.edcd.io/schemas/approachsettlement/1/test" : "schemas/approachsettlement-v1.0.json",
"https://eddn.edcd.io/schemas/fssallbodiesfound/1" : "schemas/fssallbodiesfound-v1.0.json",
"https://eddn.edcd.io/schemas/fssallbodiesfound/1/test" : "schemas/fssallbodiesfound-v1.0.json",
}
GATEWAY_OUTDATED_SCHEMAS = [
@ -97,6 +99,8 @@ class _Settings(object):
"http://schemas.elite-markets.net/eddn/blackmarket/1/test",
"http://schemas.elite-markets.net/eddn/journal/1",
"http://schemas.elite-markets.net/eddn/journal/1/test",
"http://schemas.elite-markets.net/eddn/fssallbodiesfound/1",
"http://schemas.elite-markets.net/eddn/fssallbodiesfound/1/test",
]
###############################################################################