1# SPDX-License-Identifier: BSD-3-Clause2#3# This binding should not try to change the "enum:" values4# in a property specification inherited from an included file.56include: base.yaml
78child-binding:
9properties:
10child-prop-enum:
11enum:
12 - OTHER_FOO
13 - OTHER_BAR
14