1# Copyright (c) 2023 Intel Corp.
2# SPDX-License-Identifier: Apache-2.0
3
4description: Test string array unquoted property container
5
6compatible: "vnd,string-array-unquoted"
7
8properties:
9  val:
10    type: string-array
11    required: true
12