We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b34e3b commit ea631f2Copy full SHA for ea631f2
docparse/jsonschema.go
@@ -66,6 +66,7 @@ func structToSchema(prog *Program, name, tagName string, ref Reference) (*Schema
66
continue
67
}
68
if name == "" {
69
+ fmt.Fprintf(os.Stderr, "empty `%s` tag for %s. tags value: %s\n", tagName, schema.Title, p.KindField.Tag.Value)
70
name = p.Name
71
72
0 commit comments