MCPcopy
hub / github.com/danielgtaylor/huma / Schema

Method Schema

schema.go:731–731  ·  view source on GitHub ↗
(r Registry)

Source from the content-addressed store, hash-verified

729// This can be used by custom types with their own special serialization rules.
730type SchemaProvider interface {
731 Schema(r Registry) *Schema
732}
733
734// SchemaTransformer is an interface that types can implement to transform

Callers 2

SchemaFromFieldFunction · 0.65
schemaFromTypeFunction · 0.65

Implementers 4

CustomSchemaschema_test.go
BadRefSchemaschema_test.go
UUIDhuma_test.go
mapRegistryregistry.go

Calls

no outgoing calls

Tested by

no test coverage detected