mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 04:20:24 +00:00
@@ -956,7 +956,7 @@ func buildPropertyMap(root *yaml.Node, idx *index.SpecIndex, label string) (*low
|
|||||||
refString = l
|
refString = l
|
||||||
} else {
|
} else {
|
||||||
return nil, fmt.Errorf("schema properties build failed: cannot find reference %s, line %d, col %d",
|
return nil, fmt.Errorf("schema properties build failed: cannot find reference %s, line %d, col %d",
|
||||||
prop.Content[1].Value, prop.Content[1].Column, prop.Content[1].Line)
|
prop.Content[1].Value, prop.Content[1].Line, prop.Content[1].Column)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
totalProps++
|
totalProps++
|
||||||
|
|||||||
Reference in New Issue
Block a user