# code-scanning-alert-location

From **GitHub v3 REST API**.

Describe a region within a file for the alert.

- Type: `object`

## Properties

### `end_column`

- Required: false
- Type: `integer`

### `end_line`

- Required: false
- Type: `integer`

### `path`

- Required: false
- Type: `string`

### `start_column`

- Required: false
- Type: `integer`

### `start_line`

- Required: false
- Type: `integer`

## JSON Schema

```json
{"description":"Describe a region within a file for the alert.","properties":{"end_column":{"type":"integer"},"end_line":{"type":"integer"},"path":{"type":"string"},"start_column":{"type":"integer"},"start_line":{"type":"integer"}},"type":"object"}
```
