Exonerate icon indicating copy to clipboard operation
Exonerate copied to clipboard

How to cope with structs / atom-key-maps?

Open dvv opened this issue 7 months ago • 0 comments

Hi!

Namely the subj.

> validate_args(%{search: "foo"})
{:error,
 [
   error_value: %{search: "foo"},
   instance_location: "/",
   absolute_keyword_location: "#/required/0",
   required: "/search"
 ]}

> validate_args(%{"search" => "foo"})
:ok

TIA

dvv avatar Jul 30 '24 19:07 dvv