1# Copyright (c) 2020, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Test child bindings
5
6compatible: "vnd,child-bindings"
7
8include: [base.yaml]
9
10child-binding:
11  description: Test child binding
12  properties:
13    val:
14      type: int
15      required: true
16