mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
state: interface: ipv6-lease: add missing description
Add description to lease object, as lack of one causes invalid schema to be generated. Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
type: array
|
||||
description:
|
||||
This section describes an IPv6 lease that we have served.
|
||||
items:
|
||||
type: object
|
||||
description:
|
||||
This section describes an IPv6 lease that we have served.
|
||||
An object, that describes a single served IPv6 address.
|
||||
properties:
|
||||
addresses:
|
||||
type: array
|
||||
|
||||
Reference in New Issue
Block a user