@@ -114,7 +114,7 @@ public int hashCode() {
114114 isString , isNumeric , isInteger , isLong , isNumber , isFloat , isDouble , isDecimal , isByteArray , isBoolean , isDate ,
115115 isDateTime , isUuid , isEmail , isPassword , isModel , isFreeFormObject , isAnyType , isDefault , simpleType , primitiveType ,
116116 isMap , isOptional , isArray , isBinary , isFile , schema , jsonSchema , vendorExtensions , items , additionalProperties ,
117- vars , requiredVars , isNull , isVoid , hasValidation , isShort , isUnboundedInteger ,
117+ propertyNames , vars , requiredVars , isNull , isVoid , hasValidation , isShort , isUnboundedInteger ,
118118 getMaxProperties (), getMinProperties (), uniqueItems , getMaxItems (), getMinItems (), getMaxLength (),
119119 getMinLength (), exclusiveMinimum , exclusiveMaximum , getMinimum (), getMaximum (), getPattern (),
120120 is1xx , is2xx , is3xx , is4xx , is5xx , additionalPropertiesIsAnyType , hasVars , hasRequired ,
@@ -178,6 +178,7 @@ public boolean equals(Object o) {
178178 Objects .equals (content , that .getContent ()) &&
179179 Objects .equals (responseHeaders , that .getResponseHeaders ()) &&
180180 Objects .equals (composedSchemas , that .getComposedSchemas ()) &&
181+ Objects .equals (propertyNames , that .propertyNames ) &&
181182 Objects .equals (vars , that .vars ) &&
182183 Objects .equals (requiredVars , that .requiredVars ) &&
183184 Objects .equals (headers , that .headers ) &&
0 commit comments