You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for async schemas (v.BaseSchemaAsync<unknown, unknown, v.BaseIssue>) so that we can get the structure out of a schema (of course it cant run the async logic)
This should function similarly to the existing toJSONSchema
Add support for async schemas (v.BaseSchemaAsync<unknown, unknown, v.BaseIssue>) so that we can get the structure out of a schema (of course it cant run the async logic)
This should function similarly to the existing
toJSONSchema