Merge pull request #92 from DarkWanderer/outfitting-case

Made outfitting schema tolerant to data from outfitting.json
This commit is contained in:
AnthorNet 2019-02-09 13:25:36 +01:00 committed by GitHub
commit 6d50d4c7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,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."
}
}