1# SPDX-License-Identifier: BSD-3-Clause
2
3description: |
4  Includes can be added at any level, so can property-allowlist and
5  property-blocklist.
6
7compatible: allow-and-blocklist-multilevel
8
9include:
10  - name: include.yaml
11    property-allowlist: [x]
12
13child-binding:
14  include:
15    - name: include.yaml
16      property-blocklist: [y]
17