We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48061fe commit a7d9e92Copy full SHA for a7d9e92
jsonschema/infer.go
@@ -36,7 +36,7 @@ type ForOptions struct {
36
// ensure uniqueness).
37
// Types in this map override the default translations, as described
38
// in [For]'s documentation.
39
- // PropertyOrder defined in these schemas will not be used in [For]
+ // PropertyOrder defined in these schemas will not be used in [For] or [ForType].
40
TypeSchemas map[reflect.Type]*Schema
41
}
42
0 commit comments