diff --git a/test/validchanges/a.yaml b/test/validchanges/a.yaml index 7d909d2..fae449b 100644 --- a/test/validchanges/a.yaml +++ b/test/validchanges/a.yaml @@ -57,6 +57,13 @@ spec: - "Managed" - "Unmanaged" default: "Managed" + things: + description: Things is a list of things + items: + properties: + name: + description: name is the name of a thing + type: string type: object required: - size diff --git a/test/validchanges/b.yaml b/test/validchanges/b.yaml index 7c469e0..5c92b19 100644 --- a/test/validchanges/b.yaml +++ b/test/validchanges/b.yaml @@ -57,6 +57,17 @@ spec: - "Managed" - "Unmanaged" default: "Managed" + things: + description: Things is a list of things + items: + properties: + name: + description: name is the name of a thing + type: string + # New optional field within a list + version: + description: version is the version of a thing + type: string # New optional field with no restrictions animal: description: animal is the type of animal this instance represents