mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Bumping coverage on low level models after new feature.
Fixed borked test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user