{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-alert-set-state", "title": "code-scanning-alert-set-state", "description": "Sets the state of the code scanning alert. You must provide `dismissed_reason` when you set the state to `dismissed`.", "type": "string", "enum": [ "open", "dismissed" ] }