Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixups: Fix dropping of array 'items' schema
In the case of a schema having the schema form of 'items', _fixup_int_array_min_max_to_matrix() is just dropping 'items' schema. That also then causes 'minItems' or 'maxItems' to get added which we normally only do if 'items' is a list. Signed-off-by: Rob Herring <[email protected]>
- Loading branch information