You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should not include the null value in the enum if the enum itself is nullable, like you do in other enum descriptions, eg state_reason.
Expected
"code-scanning-alert-dismissed-reason": {
"type": "string",
"description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert.",
"nullable": true,
"enum": [
"false positive",
"won't fix",
"used in tests"
]
}
The text was updated successfully, but these errors were encountered:
Schema Inaccuracy
You should not include the
null
value in the enum if the enum itself is nullable, like you do in other enum descriptions, egstate_reason
.Expected
The text was updated successfully, but these errors were encountered: