mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
This generates slightly more efficient schema reader code and better error messages for const constraint violations. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
10 lines
201 B
YAML
10 lines
201 B
YAML
description:
|
|
This Object defines the properties of a mesh interface overlay.
|
|
type: object
|
|
properties:
|
|
proto:
|
|
description:
|
|
This field must be set to mesh.
|
|
type: string
|
|
const: mesh
|