mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
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:
committed by
John Crispin
parent
4e8cdf1bcf
commit
8f921397c5
@@ -11,5 +11,5 @@ properties:
|
||||
by the corresponding property name.
|
||||
patternProperties:
|
||||
".+":
|
||||
$ref: "#/interface/ssid/encryption"
|
||||
$ref: "#/$defs/interface.ssid.encryption"
|
||||
additionalProperties: false
|
||||
|
||||
Reference in New Issue
Block a user