mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
Increased coverage for model back to 100%
This commit is contained in:
@@ -684,17 +684,7 @@ func (s *Schema) Build(root *yaml.Node, idx *index.SpecIndex) error {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
If low.NodeReference[*SchemaProxy]
|
||||
Else low.NodeReference[*SchemaProxy]
|
||||
Then low.NodeReference[*SchemaProxy]
|
||||
PropertyNames low.NodeReference[*SchemaProxy]
|
||||
UnevaluatedItems low.NodeReference[*SchemaProxy]
|
||||
UnevaluatedProperties low.NodeReference[*SchemaProxy]
|
||||
*/
|
||||
|
||||
var allOf, anyOf, oneOf, prefixItems []low.ValueReference[*SchemaProxy]
|
||||
|
||||
var items, not, contains, sif, selse, sthen, propertyNames, unevalItems, unevalProperties low.ValueReference[*SchemaProxy]
|
||||
|
||||
_, allOfLabel, allOfValue := utils.FindKeyNodeFullTop(AllOfLabel, root.Content)
|
||||
|
||||
Reference in New Issue
Block a user