blob: d7eeaff0d9d1a1df2c1d9378c47d18434b634a1b [file]
// 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."
}]
}
]
}
]