handle uri formatted strings #1568
Labels
core
Pertains to guardrail-core
help wanted
Easy to moderately difficult issues that don't require deep knowledge or architectural thought
scala
Broadly concerning Scala code generation or the generated Scala code
URI is a valid pre-defined format for schemas, per https://json-schema.org/draft/2020-12/json-schema-validation.html#section-7.3.5
For schemas of type string with format uri, guardrail could generate something more restrictive than String, for example java.net.URI or an org.http4s.Uri
The text was updated successfully, but these errors were encountered: