# topic-search-result-item

From **GitHub v3 REST API**.

Topic Search Result Item

- Type: `object`

## Properties

### `aliases`

- Required: false
- Type: `array`
- Nullable: true

### `created_at`

- Required: true
- Type: `string`
- Format: `date-time`

### `created_by`

- Required: true
- Type: `string`
- Nullable: true

### `curated`

- Required: true
- Type: `boolean`

### `description`

- Required: true
- Type: `string`
- Nullable: true

### `display_name`

- Required: true
- Type: `string`
- Nullable: true

### `featured`

- Required: true
- Type: `boolean`

### `logo_url`

- Required: false
- Type: `string`
- Format: `uri`
- Nullable: true

### `name`

- Required: true
- Type: `string`

### `related`

- Required: false
- Type: `array`
- Nullable: true

### `released`

- Required: true
- Type: `string`
- Nullable: true

### `repository_count`

- Required: false
- Type: `integer`
- Nullable: true

### `score`

- Required: true
- Type: `number`

### `short_description`

- Required: true
- Type: `string`
- Nullable: true

### `text_matches`

- Required: false
- Type: `array`

### `updated_at`

- Required: true
- Type: `string`
- Format: `date-time`

## JSON Schema

```json
{"description":"Topic Search Result Item","properties":{"aliases":{"items":{"properties":{"topic_relation":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"relation_type":{"type":"string"},"topic_id":{"type":"integer"}},"type":"object"}},"type":"object"},"nullable":true,"type":"array"},"created_at":{"format":"date-time","type":"string"},"created_by":{"nullable":true,"type":"string"},"curated":{"type":"boolean"},"description":{"nullable":true,"type":"string"},"display_name":{"nullable":true,"type":"string"},"featured":{"type":"boolean"},"logo_url":{"format":"uri","nullable":true,"type":"string"},"name":{"type":"string"},"related":{"items":{"properties":{"topic_relation":{"properties":{"id":{"type":"integer"},"name":{"type":"string"},"relation_type":{"type":"string"},"topic_id":{"type":"integer"}},"type":"object"}},"type":"object"},"nullable":true,"type":"array"},"released":{"nullable":true,"type":"string"},"repository_count":{"nullable":true,"type":"integer"},"score":{"type":"number"},"short_description":{"nullable":true,"type":"string"},"text_matches":{"$ref":"#/components/schemas/search-result-text-matches"},"updated_at":{"format":"date-time","type":"string"}},"required":["name","display_name","short_description","description","created_by","released","created_at","updated_at","featured","curated","score"],"title":"Topic Search Result Item","type":"object"}
```
