Skip to content

Commit

Permalink
Remove YAML designated formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Mar 25, 2024
1 parent fb3c3d8 commit 0feb94a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/docgen/docgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ func main() {
}

// Generate jsonschema
r := &jsonschema.Reflector{
PreferYAMLSchema: true,
YAMLEmbeddedStructs: true,
FullyQualifyTypeNames: true,
}
r := &jsonschema.Reflector{}
jsonschemaData := r.Reflect(&templates.Template{})

var buf bytes.Buffer
Expand Down

0 comments on commit 0feb94a

Please sign in to comment.