if ext := t.GoJSONSchemaExtension; ext != nil {
            for _, pkg := range ext.Imports {
                g.output.file.Package.AddImport(pkg, "")
            }