# repo-search-result-item

From **GitHub v3 REST API**.

Repo Search Result Item

- Type: `object`

## Properties

### `allow_forking`

- Required: false
- Type: `boolean`

### `allow_merge_commit`

- Required: false
- Type: `boolean`

### `allow_rebase_merge`

- Required: false
- Type: `boolean`

### `allow_squash_merge`

- Required: false
- Type: `boolean`

### `archive_url`

- Required: true
- Type: `string`

### `archived`

- Required: true
- Type: `boolean`

### `assignees_url`

- Required: true
- Type: `string`

### `blobs_url`

- Required: true
- Type: `string`

### `branches_url`

- Required: true
- Type: `string`

### `clone_url`

- Required: true
- Type: `string`

### `collaborators_url`

- Required: true
- Type: `string`

### `comments_url`

- Required: true
- Type: `string`

### `commits_url`

- Required: true
- Type: `string`

### `compare_url`

- Required: true
- Type: `string`

### `contents_url`

- Required: true
- Type: `string`

### `contributors_url`

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

### `created_at`

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

### `default_branch`

- Required: true
- Type: `string`

### `delete_branch_on_merge`

- Required: false
- Type: `boolean`

### `deployments_url`

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

### `description`

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

### `disabled`

- Required: true
- Type: `boolean`

Returns whether or not this repository disabled.

### `downloads_url`

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

### `events_url`

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

### `fork`

- Required: true
- Type: `boolean`

### `forks`

- Required: true
- Type: `integer`

### `forks_count`

- Required: true
- Type: `integer`

### `forks_url`

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

### `full_name`

- Required: true
- Type: `string`

### `git_commits_url`

- Required: true
- Type: `string`

### `git_refs_url`

- Required: true
- Type: `string`

### `git_tags_url`

- Required: true
- Type: `string`

### `git_url`

- Required: true
- Type: `string`

### `has_downloads`

- Required: true
- Type: `boolean`

### `has_issues`

- Required: true
- Type: `boolean`

### `has_pages`

- Required: true
- Type: `boolean`

### `has_projects`

- Required: true
- Type: `boolean`

### `has_wiki`

- Required: true
- Type: `boolean`

### `homepage`

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

### `hooks_url`

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

### `html_url`

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

### `id`

- Required: true
- Type: `integer`

### `is_template`

- Required: false
- Type: `boolean`

### `issue_comment_url`

- Required: true
- Type: `string`

### `issue_events_url`

- Required: true
- Type: `string`

### `issues_url`

- Required: true
- Type: `string`

### `keys_url`

- Required: true
- Type: `string`

### `labels_url`

- Required: true
- Type: `string`

### `language`

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

### `languages_url`

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

### `license`

- Required: true
- Type: `object`
- Nullable: true

License Simple

### `master_branch`

- Required: false
- Type: `string`

### `merges_url`

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

### `milestones_url`

- Required: true
- Type: `string`

### `mirror_url`

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

### `name`

- Required: true
- Type: `string`

### `node_id`

- Required: true
- Type: `string`

### `notifications_url`

- Required: true
- Type: `string`

### `open_issues`

- Required: true
- Type: `integer`

### `open_issues_count`

- Required: true
- Type: `integer`

### `owner`

- Required: true
- Type: `object`
- Nullable: true

Simple User

### `permissions`

- Required: false
- Type: `object`

### `private`

- Required: true
- Type: `boolean`

### `pulls_url`

- Required: true
- Type: `string`

### `pushed_at`

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

### `releases_url`

- Required: true
- Type: `string`

### `score`

- Required: true
- Type: `number`

### `size`

- Required: true
- Type: `integer`

### `ssh_url`

- Required: true
- Type: `string`

### `stargazers_count`

- Required: true
- Type: `integer`

### `stargazers_url`

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

### `statuses_url`

- Required: true
- Type: `string`

### `subscribers_url`

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

### `subscription_url`

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

### `svn_url`

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

### `tags_url`

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

### `teams_url`

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

### `temp_clone_token`

- Required: false
- Type: `string`

### `text_matches`

- Required: false
- Type: `array`

### `topics`

- Required: false
- Type: `array`

### `trees_url`

- Required: true
- Type: `string`

### `updated_at`

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

### `url`

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

### `visibility`

- Required: false
- Type: `string`

The repository visibility: public, private, or internal.

### `watchers`

- Required: true
- Type: `integer`

### `watchers_count`

- Required: true
- Type: `integer`

## JSON Schema

```json
{"description":"Repo Search Result Item","properties":{"allow_forking":{"type":"boolean"},"allow_merge_commit":{"type":"boolean"},"allow_rebase_merge":{"type":"boolean"},"allow_squash_merge":{"type":"boolean"},"archive_url":{"type":"string"},"archived":{"type":"boolean"},"assignees_url":{"type":"string"},"blobs_url":{"type":"string"},"branches_url":{"type":"string"},"clone_url":{"type":"string"},"collaborators_url":{"type":"string"},"comments_url":{"type":"string"},"commits_url":{"type":"string"},"compare_url":{"type":"string"},"contents_url":{"type":"string"},"contributors_url":{"format":"uri","type":"string"},"created_at":{"format":"date-time","type":"string"},"default_branch":{"type":"string"},"delete_branch_on_merge":{"type":"boolean"},"deployments_url":{"format":"uri","type":"string"},"description":{"nullable":true,"type":"string"},"disabled":{"description":"Returns whether or not this repository disabled.","type":"boolean"},"downloads_url":{"format":"uri","type":"string"},"events_url":{"format":"uri","type":"string"},"fork":{"type":"boolean"},"forks":{"type":"integer"},"forks_count":{"type":"integer"},"forks_url":{"format":"uri","type":"string"},"full_name":{"type":"string"},"git_commits_url":{"type":"string"},"git_refs_url":{"type":"string"},"git_tags_url":{"type":"string"},"git_url":{"type":"string"},"has_downloads":{"type":"boolean"},"has_issues":{"type":"boolean"},"has_pages":{"type":"boolean"},"has_projects":{"type":"boolean"},"has_wiki":{"type":"boolean"},"homepage":{"format":"uri","nullable":true,"type":"string"},"hooks_url":{"format":"uri","type":"string"},"html_url":{"format":"uri","type":"string"},"id":{"type":"integer"},"is_template":{"type":"boolean"},"issue_comment_url":{"type":"string"},"issue_events_url":{"type":"string"},"issues_url":{"type":"string"},"keys_url":{"type":"string"},"labels_url":{"type":"string"},"language":{"nullable":true,"type":"string"},"languages_url":{"format":"uri","type":"string"},"license":{"$ref":"#/components/schemas/nullable-license-simple"},"master_branch":{"type":"string"},"merges_url":{"format":"uri","type":"string"},"milestones_url":{"type":"string"},"mirror_url":{"format":"uri","nullable":true,"type":"string"},"name":{"type":"string"},"node_id":{"type":"string"},"notifications_url":{"type":"string"},"open_issues":{"type":"integer"},"open_issues_count":{"type":"integer"},"owner":{"$ref":"#/components/schemas/nullable-simple-user"},"permissions":{"properties":{"admin":{"type":"boolean"},"maintain":{"type":"boolean"},"pull":{"type":"boolean"},"push":{"type":"boolean"},"triage":{"type":"boolean"}},"required":["admin","pull","push"],"type":"object"},"private":{"type":"boolean"},"pulls_url":{"type":"string"},"pushed_at":{"format":"date-time","type":"string"},"releases_url":{"type":"string"},"score":{"type":"number"},"size":{"type":"integer"},"ssh_url":{"type":"string"},"stargazers_count":{"type":"integer"},"stargazers_url":{"format":"uri","type":"string"},"statuses_url":{"type":"string"},"subscribers_url":{"format":"uri","type":"string"},"subscription_url":{"format":"uri","type":"string"},"svn_url":{"format":"uri","type":"string"},"tags_url":{"format":"uri","type":"string"},"teams_url":{"format":"uri","type":"string"},"temp_clone_token":{"type":"string"},"text_matches":{"$ref":"#/components/schemas/search-result-text-matches"},"topics":{"items":{"type":"string"},"type":"array"},"trees_url":{"type":"string"},"updated_at":{"format":"date-time","type":"string"},"url":{"format":"uri","type":"string"},"visibility":{"description":"The repository visibility: public, private, or internal.","type":"string"},"watchers":{"type":"integer"},"watchers_count":{"type":"integer"}},"required":["archive_url","assignees_url","blobs_url","branches_url","collaborators_url","comments_url","commits_url","compare_url","contents_url","contributors_url","deployments_url","description","downloads_url","events_url","fork","forks_url","full_name","git_commits_url","git_refs_url","git_tags_url","hooks_url","html_url","id","node_id","issue_comment_url","issue_events_url","issues_url","keys_url","labels_url","languages_url","merges_url","milestones_url","name","notifications_url","owner","private","pulls_url","releases_url","stargazers_url","statuses_url","subscribers_url","subscription_url","tags_url","teams_url","trees_url","url","clone_url","default_branch","forks","forks_count","git_url","has_downloads","has_issues","has_projects","has_wiki","has_pages","homepage","language","archived","disabled","mirror_url","open_issues","open_issues_count","license","pushed_at","size","ssh_url","stargazers_count","svn_url","watchers","watchers_count","created_at","updated_at","score"],"title":"Repo Search Result Item","type":"object"}
```
