Skip to content

Changes in the `Array` fundamental schema.

Michał Kudela requested to merge kudmich/array_schema into master

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() to Array(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

Merge request reports