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
Expected: upgrade libs and all tests pass
Actual: Entity schema tests fails with URI format. AJV was anchored on the test suite at 6.12.5. Upgrade breaks the test.
Valid Entity Schema Test:
Error: unknown format "uri" ignored in schema at path "#/definitions/image/properties/uri"
Recent AJV lib 8.12.0 does not permit uri as schema format, and test will fail.
- "ajv": "^8.12.0",
+ "ajv": "^6.12.5",
Suggested fixes:
Reformat format path as regex, so preformat rules aren't a problem.
Expected: upgrade libs and all tests pass
Actual: Entity schema tests fails with URI format. AJV was anchored on the test suite at 6.12.5. Upgrade breaks the test.
Recent AJV lib 8.12.0 does not permit uri as schema format, and test will fail.
Suggested fixes:
uri
format anymore.The text was updated successfully, but these errors were encountered: