1# Copyright (c) 2020 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: Test enum property container
5
6compatible: "vnd,enum-int-required-false-holder"
7
8include: [base.yaml]
9
10properties:
11  val:
12    type: int
13    enum:
14      - 5
15      - 6
16      - 7
17      - 8
18