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
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
My application provides the schema I am using for validation. The JsonContext ultimately enforces that all schemas be a local file on disk, though otherwise file_get_contents() can retrieve the URL just fine.
What is the preferred way to pull a schema based on a URL? Is a new custom step needed?
The text was updated successfully, but these errors were encountered:
I looked into doing so, but I couldn't figure out how to inject the constructor arguments into my subclass of JsonContext. Is there a recommended means to override the step?
Or are you suggesting I PR a change to the existing step, or add an additional step for the URL use case?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My application provides the schema I am using for validation. The JsonContext ultimately enforces that all schemas be a local file on disk, though otherwise file_get_contents() can retrieve the URL just fine.
What is the preferred way to pull a schema based on a URL? Is a new custom step needed?
The text was updated successfully, but these errors were encountered: