Class TypedJsonSchemaObject.ArrayJsonSchemaObject

All Implemented Interfaces:
JsonSchemaObject
Enclosing class:
TypedJsonSchemaObject

public static class TypedJsonSchemaObject.ArrayJsonSchemaObject extends TypedJsonSchemaObject
JsonSchemaObject implementation of type : 'array' schema elements.
Provides programmatic access to schema specifics like range, minItems, maxItems,... via a fluent API producing immutable schema objects.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch