# code-scanning-alert-classification

From **GitHub v3 REST API**.

A classification of the file. For example to identify it as generated.

- Type: `string`
- Nullable: true
- Allowed values: `"source"`, `"generated"`, `"test"`, `"library"`

## JSON Schema

```json
{"description":"A classification of the file. For example to identify it as generated.","enum":["source","generated","test","library"],"nullable":true,"type":"string"}
```
