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