Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 416 Bytes

default-in-enum.md

File metadata and controls

21 lines (11 loc) · 416 Bytes

DefaultInEnum

Category

SDK Error

Applies to

ARM and Data plane OpenAPI(swagger) specs

Output Message

Default value should appear in the enum constraint for a schema.

Description

This rule applies when the default value specified by the property does not appear in the enum constraint for a schema.

How to fix the violation

Adding the default value to the enum or change the default value.