mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-19 08:13:55 +03:00
Also disallow "..._Localised" properties in "Factions" list
This commit is contained in:
parent
2e1881fdcc
commit
7f35b0ba28
@ -69,6 +69,9 @@
|
||||
"HomeSystem" : { "$ref" : "#/definitions/disallowed" },
|
||||
"MyReputation" : { "$ref" : "#/definitions/disallowed" },
|
||||
"SquadronFaction" : { "$ref" : "#/definitions/disallowed" }
|
||||
},
|
||||
"patternProperties" : {
|
||||
"_Localised$" : { "$ref" : "#/definitions/disallowed" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user