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