Class PropertyInvalidError
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.ValidationMessage
-
- io.openapiprocessor.jsonschema.validator.object.PropertyInvalidError
-
public class PropertyInvalidError extends ValidationMessage
Created byPropertyInvalidStep.
-
-
Constructor Summary
Constructors Constructor Description PropertyInvalidError(JsonSchema schema, JsonInstance instance, java.lang.String propertyName)
-
Method Summary
-
Methods inherited from class io.openapiprocessor.jsonschema.validator.ValidationMessage
getInstancePath, getNestedMessages, getProperty, getSchemaPath, getSchemaScope, getText, hasNestedMessages, toString
-
-
-
-
Constructor Detail
-
PropertyInvalidError
public PropertyInvalidError(JsonSchema schema, JsonInstance instance, java.lang.String propertyName)
-
-