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