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