| // Copyright 2023 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| [ | |
| { | |
| "namespace": "regularNamespace", | |
| "description": "Data to test empty enum values are disallowed.", | |
| "types": [ | |
| { | |
| "id": "EnumType", | |
| "type": "string", | |
| "enum": [{ | |
| "name": "", | |
| "description": "Empty string value." | |
| }, { | |
| "name": "foo", | |
| "description": "Example valid value." | |
| }] | |
| } | |
| ] | |
| } | |
| ] |