Bumping coverage on low level models after new feature.

Fixed borked test
This commit is contained in:
Dave Shanley
2022-10-27 11:14:16 -04:00
parent ff07c764ca
commit 5bd0d8de50
8 changed files with 141 additions and 11 deletions

View File

@@ -164,7 +164,17 @@ xml:
externalDocs:
url: https://pb33f.io/docs
enum: [fish, cake]
required: [cake, fish]`
required: [cake, fish]
maxLength: 10
minLength: 1
maxItems: 10
minItems: 1
maxProperties: 10
minProperties: 1
nullable: true
readOnly: true
writeOnly: false
deprecated: true`
var compNode yaml.Node
_ = yaml.Unmarshal([]byte(testSpec), &compNode)