Skip to content

Commit 53f959c

Browse files
authored
Update description for ENUM_MISMATCH error code. (Azure#16351)
1 parent 5ee7c98 commit 53f959c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Semantic-and-Model-Violations-Reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,11 @@ This document lists the set of automated rules that can be validated against swa
588588

589589
### <a name="ENUM_MISMATCH" />ENUM_MISMATCH
590590

591-
**Output Message**: Enum does not match case for:{0}.
591+
**Output Message**: Enum does not match for:{0}.
592592

593-
**Description**: The enum value provided in example or in traffic payload doesn't match the case of an allowed value.
593+
**Description**: The enum value provided in example or in traffic payload doesn't match an allowed value.
594594

595-
**How to fix the violation**: The error info has the position of swagger. Look for the violation location of the swagger, correct the value case in example or in traffic payload.
595+
**How to fix the violation**: The error info has the position of swagger. Look for the violation location of the swagger, correct the value in example or in traffic payload.
596596

597597
### <a name="READONLY_PROPERTY_NOT_ALLOWED_IN_REQUEST" />READONLY_PROPERTY_NOT_ALLOWED_IN_REQUEST
598598

0 commit comments

Comments
 (0)