(r Registry, s *Schema)
| 736 | // default schema generation for a type and arbitrarily modify parts of it. |
| 737 | type SchemaTransformer interface { |
| 738 | TransformSchema(r Registry, s *Schema) *Schema |
| 739 | } |
| 740 | |
| 741 | // SchemaFromType returns a schema for a given type, using the registry to |
no outgoing calls
no test coverage detected