Skip to content

Instantly share code, notes, and snippets.

@eraserhd
Created October 28, 2019 22:00
Show Gist options
  • Save eraserhd/f2f6a633631adb038d447c296332a776 to your computer and use it in GitHub Desktop.
Save eraserhd/f2f6a633631adb038d447c296332a776 to your computer and use it in GitHub Desktop.
(defn weird []
(m/search {"oneOf" [{"type" "string" "format" "date-time"}
{"type" "string" "format" "uri"}]}
{"format" "date-time"} 'Instant
{"format" "uri"} 'Uri
{"type" "string"} 'String
{"oneOf" [(m/cata !ts) ...]} !ts))
; => ([Instant Uri] [Instant String] [String Uri] [String String])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment