(ref string)
| 16 | type Registry interface { |
| 17 | Schema(t reflect.Type, allowRef bool, hint string) *Schema |
| 18 | SchemaFromRef(ref string) *Schema |
| 19 | TypeFromRef(ref string) reflect.Type |
| 20 | Map() map[string]*Schema |
| 21 | RegisterTypeAlias(t reflect.Type, alias reflect.Type) |
no outgoing calls