mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-08 12:37:49 +00:00
Added support for unevaluatedProperties as Schema and bool #118
Also ran `gofmt` across the entire project. Things need cleaning up. Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -16,8 +16,9 @@ import (
|
||||
//
|
||||
// When using arrays, XML element names are not inferred (for singular/plural forms) and the name property SHOULD be
|
||||
// used to add that information. See examples for expected behavior.
|
||||
// v2 - https://swagger.io/specification/v2/#xmlObject
|
||||
// v3 - https://swagger.io/specification/#xml-object
|
||||
//
|
||||
// v2 - https://swagger.io/specification/v2/#xmlObject
|
||||
// v3 - https://swagger.io/specification/#xml-object
|
||||
type XML struct {
|
||||
Name low.NodeReference[string]
|
||||
Namespace low.NodeReference[string]
|
||||
|
||||
Reference in New Issue
Block a user