diff --git a/schema/packs/locations.json b/schema/packs/locations.json index 101667e4..91f4e9b8 100644 --- a/schema/packs/locations.json +++ b/schema/packs/locations.json @@ -155,11 +155,11 @@ "type": "array", "anyOf": [ { - "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. If rules in [] are matched, the location will be marked as reachable with glitches (yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. Each entry will be OR-ed together, comma sperated rules will be AND-ed.", + "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. Rules inside [] are optional (i.e. glitches work around this rule; marked as yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. Each entry will be OR-ed together, comma sperated rules will be AND-ed.", "$ref": "#/$defs/rules_string" }, { - "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. If rules in [] are matched, the location will be marked as reachable with glitches (yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. 2-Dimensional array of rules, first dimenstion will be OR-ed together, second will be AND-ed.", + "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. Rules inside [] are optional (i.e. glitches work around this rule; marked as yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. 2-Dimensional array of rules, first dimenstion will be OR-ed together, second will be AND-ed.", "$ref": "#/$defs/rules_array" } ] diff --git a/schema/packs/strict/locations.json b/schema/packs/strict/locations.json index ef85e6ae..13693701 100644 --- a/schema/packs/strict/locations.json +++ b/schema/packs/strict/locations.json @@ -137,11 +137,11 @@ "type": "array", "anyOf": [ { - "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. If rules in [] are matched, the location will be marked as reachable with glitches (yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. Each entry will be OR-ed together, comma sperated rules will be AND-ed.", + "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. Rules inside [] are optional (i.e. glitches work around this rule; marked as yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. Each entry will be OR-ed together, comma sperated rules will be AND-ed.", "$ref": "#/$defs/rules_string" }, { - "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. If rules in [] are matched, the location will be marked as reachable with glitches (yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. 2-Dimensional array of rules, first dimenstion will be OR-ed together, second will be AND-ed.", + "description": "Access rules for the location. Location will be marked reachable (green) if all rules are matched. Rules inside [] are optional (i.e. glitches work around this rule; marked as yellow). If rules in {} are matched, the location will be marked as checkable (blue). Children/sections will always inherit rules from parents. 2-Dimensional array of rules, first dimenstion will be OR-ed together, second will be AND-ed.", "$ref": "#/$defs/rules_array" } ]