# stargazer

From **GitHub v3 REST API**.

Stargazer

- Type: `object`

## Properties

### `starred_at`

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

### `user`

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

Simple User

## JSON Schema

```json
{"description":"Stargazer","properties":{"starred_at":{"format":"date-time","type":"string"},"user":{"$ref":"#/components/schemas/nullable-simple-user"}},"required":["starred_at","user"],"title":"Stargazer","type":"object"}
```
