File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
mockserver-core/src/main/java/org/mockserver/validator/jsonschema Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030 */
3131public class JsonSchemaValidator extends ObjectWithReflectiveEqualsHashCodeToString implements Validator <String > {
3232
33- public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.9 .x for OpenAPI Specification" ;
33+ public static final String OPEN_API_SPECIFICATION_URL = "See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.10 .x for OpenAPI Specification" ;
3434 private static final Map <String , String > schemaCache = new ConcurrentHashMap <>();
3535 private final MockServerLogger mockServerLogger ;
3636 private final String schema ;
You can’t perform that action at this time.
0 commit comments