Parsing an `unknown` JSON schema object to an `ArbitrarySchema` in TypeScript
Is there a way to parse an object of type
eg...
to
which should be equivalent to
unknown that is a jsonSchema?eg...
to
ArbitrarySchemawhich should be equivalent to
