1# Copyright (c) 2022 Intel Corp. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Test string token property container 5 6compatible: "vnd,string-token" 7 8properties: 9 val: 10 type: string 11 enum: 12 - token_zero 13 - token_one 14 - token_two 15