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