© 2026 Hedgehog Software, LLC
annotations.message
Schema.Literal
const FooOrBar = Schema.Literal('foo', 'bar').annotations({ message: () => 'woops' // ignored })
Expected "foo", actual "hello"
Expected "bar", actual "hello"
Schema.String.pipe(Schema.filter)
String