I am trying to define a schema and generate data from that schema using plumatic schema library. i can’t seem to find examples where the value has to be from a collection and not a randomly generated value EX:
{:value (schema/only-from-these [”1” “2” “uh oh, doesn’t work”]}