From 0a4e62a3ece4039d37c1c693b2bfe19846c060f5 Mon Sep 17 00:00:00 2001 From: kstich Date: Wed, 11 Nov 2020 17:03:17 -0800 Subject: [PATCH] Clarify enum values cannot be empty --- docs/source/1.0/spec/core/constraint-traits.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/1.0/spec/core/constraint-traits.rst b/docs/source/1.0/spec/core/constraint-traits.rst index d6c850bcb04..b434b660e62 100644 --- a/docs/source/1.0/spec/core/constraint-traits.rst +++ b/docs/source/1.0/spec/core/constraint-traits.rst @@ -38,8 +38,9 @@ An *enum definition* is a structure that supports the following members: - Description * - value - string - - **Required**. Defines the enum value that is sent over the wire. - Values MUST be unique across all enum definitions in an ``enum`` trait. + - **Required**. Defines the enum value that is sent over the wire. Values + MUST NOT be empty. Values MUST be unique across all enum definitions in + an ``enum`` trait. * - name - string - Defines a constant name that can be used in programming languages to