1# SPDX-License-Identifier: BSD-3-Clause
2#
3# Base properties for testing property filters up to
4# the grandchild-binding level.
5
6properties:
7  prop-1:
8    type: int
9  prop-2:
10    type: int
11  prop-3:
12    type: int
13
14child-binding:
15  properties:
16    child-prop-1:
17      type: int
18    child-prop-2:
19      type: int
20    child-prop-3:
21      type: int
22
23  child-binding:
24    properties:
25      grandchild-prop-1:
26        type: int
27      grandchild-prop-2:
28        type: int
29      grandchild-prop-3:
30        type: int
31