Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2026 Changes in this version + func ParseDefaultTag(field reflect.StructField, index int, tagValue string) (any, error) + func ParseOpenAPITag(field reflect.StructField, index int, tagValue string) (any, error) + func ParseRequiresTag(field reflect.StructField, index int, tagValue string) (any, error) + func ParseValidateTag(field reflect.StructField, index int, tagValue string) (any, error) + type DefaultMetadata struct + Value any + type OpenAPIMetadata struct + AdditionalProperties *bool + Deprecated *bool + Description string + Examples []any + Extensions map[string]any + Format string + Hidden *bool + Nullable *bool + ReadOnly *bool + Required *bool + Title string + WriteOnly *bool + type RequiresMetadata struct + Fields []string + type ValidateMetadata struct + Enum []any + ExclusiveMaximum *float64 + ExclusiveMinimum *float64 + Format string + Maximum *float64 + Minimum *float64 + MultipleOf *float64 + Pattern string + Required *bool