fix Wrong reference

The reference should have been: "#/$defs/interface.ssid.encryption".  You can validate the schema @ https://www.jsonschemavalidator.net/
This solves the problem.

Signed-off-by: Stephane Bourque <stephane.bourque@gmail.com>
This commit is contained in:
Stephane Bourque
2021-09-14 12:56:22 -07:00
committed by John Crispin
parent 4e8cdf1bcf
commit 8f921397c5

View File

@@ -11,5 +11,5 @@ properties:
by the corresponding property name.
patternProperties:
".+":
$ref: "#/interface/ssid/encryption"
$ref: "#/$defs/interface.ssid.encryption"
additionalProperties: false