-
Hey, I've come across a (mostly) edge-case that doesn't currently appear to be workaroundable. We use custom string formats ( I am not sure what the right way to implement this would be, but I'd really appreciate if this got added 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @LufyCZ
type: string
pattern: ^0x.+$
I hope it helps. Let me know what you think. |
Beta Was this translation helpful? Give feedback.
Hello @LufyCZ
z.string().regex(/^0x.+$/)
and the Open API depiction would be:I hope it helps. Let me know what you think.