mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 18:23:32 +00:00
16 lines
566 B
YAML
16 lines
566 B
YAML
description:
|
|
This section is used to define templates that can be referenced by a
|
|
configuration. This avoids duplication of data. A RADIUS server can be
|
|
defined here for example and then referenced by several SSIDs.
|
|
type: object
|
|
properties:
|
|
wireless-encryption:
|
|
type: object
|
|
description:
|
|
A dictionary of wireless encryption templates which can be referenced
|
|
by the corresponding property name.
|
|
patternProperties:
|
|
".+":
|
|
$ref: "https://ucentral.io/schema/v1/interface/ssid/encryption/"
|
|
additionalProperties: false
|