# gist-history

From **GitHub v3 REST API**.

Gist History

- Type: `object`

## Properties

### `change_status`

- Required: false
- Type: `object`

### `committed_at`

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

### `url`

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

### `user`

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

Simple User

### `version`

- Required: false
- Type: `string`

## JSON Schema

```json
{"description":"Gist History","properties":{"change_status":{"properties":{"additions":{"type":"integer"},"deletions":{"type":"integer"},"total":{"type":"integer"}},"type":"object"},"committed_at":{"format":"date-time","type":"string"},"url":{"format":"uri","type":"string"},"user":{"$ref":"#/components/schemas/nullable-simple-user"},"version":{"type":"string"}},"title":"Gist History","type":"object"}
```
