Versions in this module Expand all Collapse all v0 v0.35.0 Jun 21, 2026 Changes in this version + func CoerceJSONOrString(s string) any + func IsFormatCompatible(schemaType, format string) (ok bool, hint string) v0.34.1 Jun 11, 2026 Changes in this version + func CoerceEnum(val string, s *spec.SimpleSchema) []any + func CoerceValue(s string, schema *spec.SimpleSchema) (any, error) + func IsLegalForType(keyword grammar.Keyword, schemaType string) (ok bool, hint string) + func ParseDefault(s, schemaType, schemaFormat string) (any, error) + func ParseEnumValues(val, schemaType, schemaFormat string) []any