mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
47009912df
In JS, objects are often used as a mapping that gives fast lookup on the keys, in those cases, the keys themselves are not known in advance, but the values may have a shape that they're expected to follow. This commit adds support for a `values` key in schema for objects, which will be checked against all values in the object during validation.