# search-result-text-matches

From **GitHub v3 REST API**.

- Type: `array`

## JSON Schema

```json
{"items":{"properties":{"fragment":{"type":"string"},"matches":{"items":{"properties":{"indices":{"items":{"type":"integer"},"type":"array"},"text":{"type":"string"}},"type":"object"},"type":"array"},"object_type":{"nullable":true,"type":"string"},"object_url":{"type":"string"},"property":{"type":"string"}},"type":"object"},"title":"Search Result Text Matches","type":"array"}
```
