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
We have our schemas stored in our app directory in various locations because the schemas are not used solely for testing. Therefore, I attempted to set the schema_root to our app root. However, that caused json_matchers to start assuming any and all *.json files were json schema. Hence, it began blowing up with odd errors as most of these json files were not json schema.
The text was updated successfully, but these errors were encountered:
We have our schemas stored in our app directory in various locations because the schemas are not used solely for testing. Therefore, I attempted to set the schema_root to our app root. However, that caused json_matchers to start assuming any and all *.json files were json schema. Hence, it began blowing up with odd errors as most of these json files were not json schema.
The text was updated successfully, but these errors were encountered: