Module io.helidon.json.schema
Package io.helidon.json.schema
Annotation Interface JsonSchema.Array.UniqueItems
- Enclosing class:
JsonSchema.Array
Whether the array must contain only the unique items.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether the array must contain only the unique items.
-
Element Details
-
value
boolean valueWhether the array must contain only the unique items. Default value istrue
.- Returns:
- only unique values
- Default:
true
-