1# Copyright 2023 Ampere Computing
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  This can be used when we need a label property in tests without risk
6  of generating deprecation warnings, which are errors in some
7  configurations.
8
9compatible: vnd,non-deprecated-label
10
11properties:
12  label:
13    type: string
14    required: true
15