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