Components are in, writing new content for them and tests!

And, thats basically it (almost)
This commit is contained in:
Dave Shanley
2022-08-09 10:23:18 -04:00
parent ec87ddf8cc
commit 402a7c7e5a
9 changed files with 225 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ func ExtractSchema(root *yaml.Node) (*low.NodeReference[*Schema], error) {
if err != nil {
return nil, err
}
err = schema.Build(schNode, 0)
err = schema.Build(schNode)
if err != nil {
return nil, err
}