Using Effect Schema to Validate and Filter API Responses with Compiled JSON Schema
I have a user input that is a JSON Schema that I currently use AJV to validate and filter 3rd party API responses.
Question: is there a way to "compile" that JSON Schema and use Effect Schema to validate and filter the API responses instead of AJV?
Question: is there a way to "compile" that JSON Schema and use Effect Schema to validate and filter the API responses instead of AJV?
