Merge f10fe2e0bf91ce945c30bc08a869dd9a47a2a268 into 3c01bdc402b7fffeb8e93173c1a4b7f19a92fca7

This commit is contained in:
Oleg V. Kozlyuk 2018-07-14 16:06:36 +00:00 committed by GitHub
commit 98a467a2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
"items" : {
"type" : "string",
"minLength" : 1,
"pattern" : "(^Hpt_|^Int_|_Armour_)",
"pattern" : "(^Hpt_|^hpt_|^Int_|^int_|_Armour_|_armour_)",
"description" : "Module symbolic name. e.g. Hpt_ChaffLauncher_Tiny, Int_Engine_Size3_Class5_Fast, Independant_Trader_Armour_Grade1, etc. Modules that depend on the Cmdr's purchases (e.g. bobbleheads, paintjobs) or rank (e.g. decals and PowerPlay faction-specific modules) should be omitted."
}
}

View File

@ -51,8 +51,8 @@ class _Settings(object):
"https://eddn.edcd.io/schemas/shipyard/2" : "schemas/shipyard-v2.0.json",
"https://eddn.edcd.io/schemas/shipyard/2/test" : "schemas/shipyard-v2.0.json",
"https://eddn.edcd.io/schemas/outfitting/2" : "schemas/outfitting-v2.0.json",
"https://eddn.edcd.io/schemas/outfitting/2/test" : "schemas/outfitting-v2.0.json",
"https://eddn.edcd.io/schemas/outfitting/2" : "schemas/outfitting-v2.1.json",
"https://eddn.edcd.io/schemas/outfitting/2/test" : "schemas/outfitting-v2.1.json",
"https://eddn.edcd.io/schemas/blackmarket/1" : "schemas/blackmarket-v1.0.json",
"https://eddn.edcd.io/schemas/blackmarket/1/test" : "schemas/blackmarket-v1.0.json",