{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-alert-classification", "title": "code-scanning-alert-classification", "type": "string", "description": "A classification of the file. For example to identify it as generated.", "nullable": true, "enum": [ "source", "generated", "test", "library" ] }