Changes in the `Array` fundamental schema.
In this MR:
- the
Array
schema requires parameters. Failure to specify parameters is notified with an exception, - test to give a schema
Array
with no parameters, - changed
Array()
toArray(Any())
in all API schemas, - add option
uniqueItems
to Array schema. A schema can ensure that each of the items in an array is unique, - extend documentation for
Array
schemas.
Corresponding Hive merge request: hive!639 (merged)
Edited by Michał Kudela