# label-search-result-item

From **GitHub v3 REST API**.

Label Search Result Item

- Type: `object`

## Properties

### `color`

- Required: true
- Type: `string`

### `default`

- Required: true
- Type: `boolean`

### `description`

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

### `id`

- Required: true
- Type: `integer`

### `name`

- Required: true
- Type: `string`

### `node_id`

- Required: true
- Type: `string`

### `score`

- Required: true
- Type: `number`

### `text_matches`

- Required: false
- Type: `array`

### `url`

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

## JSON Schema

```json
{"description":"Label Search Result Item","properties":{"color":{"type":"string"},"default":{"type":"boolean"},"description":{"nullable":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string"},"node_id":{"type":"string"},"score":{"type":"number"},"text_matches":{"$ref":"#/components/schemas/search-result-text-matches"},"url":{"format":"uri","type":"string"}},"required":["id","node_id","url","name","color","default","description","score"],"title":"Label Search Result Item","type":"object"}
```
