Files
ols-ucentral-schema/schema/interface.tunnel.mesh.yml
Jo-Philipp Wich b8ea79c020 schema: replace one-element enums with const
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>
2021-05-23 09:10:14 +02:00

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