Kindsys: Simpler PascalCase name handling (#62150)
This commit is contained in:
@@ -24,7 +24,8 @@ func (j GoTypesJenny) Generate(sfg SchemaForGen) (*codejen.File, error) {
|
||||
b, err := gocode.GenerateTypesOpenAPI(sfg.Schema, &gocode.TypeConfigOpenAPI{
|
||||
// TODO will need to account for sanitizing e.g. dashes here at some point
|
||||
Config: &openapi.Config{
|
||||
Group: sfg.IsGroup,
|
||||
Group: sfg.IsGroup,
|
||||
RootName: sfg.Name,
|
||||
Config: &copenapi.Config{
|
||||
ExpandReferences: j.ExpandReferences,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user