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.
Ok i got it working by pointing on the dev-master of this repo… now i'm getting a "The maximum stack depth has been exceeded" error from justinrainbow/json-schema which has been fixed since more than one year. I should really consider coding these tests with a very verbose set of PHPunit tests, as this package, regarding to its very outdated dependencies and to the lack of patched versions, can't meet production requirements… :(
(i'm not whining here, just saying the purpose of this can't fit to "real-life" testing)
Hi,
I've played with GeoJson schema validation and can't figure out why I keep getting
Failed to match exactly one schema error
.I guess it may be due to a wrong handling of
"oneOf"
in combination of"$ref"
?Here is my schema :
It's working when I try to do this against a GeoJson feature :
The text was updated successfully, but these errors were encountered: