mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 19:03:10 +03:00
Deploy outfitting schema.
This commit is contained in:
parent
f82814231c
commit
ae75b5cf6d
@ -42,6 +42,7 @@
|
|||||||
},
|
},
|
||||||
"modules": {
|
"modules": {
|
||||||
"type" : "array",
|
"type" : "array",
|
||||||
|
"description" : "List of available modules in English as displayed in-game. Modules that depend on the Cmdr's purchases (e.g. paintjobs) or rank (e.g. decals and PowerPlay faction-specific modules) should be omitted.",
|
||||||
"uniqueItems" : true,
|
"uniqueItems" : true,
|
||||||
"items" : {
|
"items" : {
|
||||||
"oneOf": [
|
"oneOf": [
|
@ -43,7 +43,10 @@ class _Settings(object):
|
|||||||
"http://schemas.elite-markets.net/eddn/commodity/2/test" : "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/shipyard/1" : "schemas/shipyard-v1.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/1/test" : "schemas/shipyard-v1.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",
|
||||||
}
|
}
|
||||||
|
|
||||||
GATEWAY_OUTDATED_SCHEMAS = [
|
GATEWAY_OUTDATED_SCHEMAS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user