code-scanning-alert-classification

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

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-alert-classification-schema.json Raw ↑
{
  "$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"
  ]
}