# timeline-line-commented-event

From **GitHub v3 REST API**.

Timeline Line Commented Event

- Type: `object`

## Properties

### `comments`

- Required: false
- Type: `array`

### `event`

- Required: false
- Type: `string`

### `node_id`

- Required: false
- Type: `string`

## JSON Schema

```json
{"description":"Timeline Line Commented Event","properties":{"comments":{"items":{"$ref":"#/components/schemas/pull-request-review-comment"},"type":"array"},"event":{"type":"string"},"node_id":{"type":"string"}},"title":"Timeline Line Commented Event","type":"object"}
```
