We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114895 commit b193e30Copy full SHA for b193e30
mockserver-core/src/main/java/org/mockserver/validator/jsonschema/JsonSchemaValidator.java
@@ -30,7 +30,7 @@
30
*/
31
public class JsonSchemaValidator extends ObjectWithReflectiveEqualsHashCodeToString implements Validator<String> {
32
33
- public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.8.x for OpenAPI Specification";
+ public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.9.x for OpenAPI Specification";
34
private static final Map<String, String> schemaCache = new ConcurrentHashMap<>();
35
private final MockServerLogger mockServerLogger;
36
private final String schema;
0 commit comments