# topic

From **GitHub v3 REST API**.

A topic aggregates entities that are related to a subject.

- Type: `object`

## Properties

### `names`

- Required: true
- Type: `array`

## JSON Schema

```json
{"description":"A topic aggregates entities that are related to a subject.","properties":{"names":{"items":{"type":"string"},"type":"array"}},"required":["names"],"title":"Topic","type":"object"}
```
