# gist-simple

From **GitHub v3 REST API**.

Gist Simple

- Type: `object`

## Properties

### `comments`

- Required: false
- Type: `integer`

### `comments_url`

- Required: false
- Type: `string`

### `commits_url`

- Required: false
- Type: `string`

### `created_at`

- Required: false
- Type: `string`

### `description`

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

### `files`

- Required: false
- Type: `object`

### `fork_of`

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

Gist

### `forks`

- Required: false
- Type: `array`
- Nullable: true
- Deprecated: true

### `forks_url`

- Required: false
- Type: `string`

### `git_pull_url`

- Required: false
- Type: `string`

### `git_push_url`

- Required: false
- Type: `string`

### `history`

- Required: false
- Type: `array`
- Nullable: true
- Deprecated: true

### `html_url`

- Required: false
- Type: `string`

### `id`

- Required: false
- Type: `string`

### `node_id`

- Required: false
- Type: `string`

### `owner`

- Required: false
- Type: `object`

Simple User

### `public`

- Required: false
- Type: `boolean`

### `truncated`

- Required: false
- Type: `boolean`

### `updated_at`

- Required: false
- Type: `string`

### `url`

- Required: false
- Type: `string`

### `user`

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

## JSON Schema

```json
{"description":"Gist Simple","properties":{"comments":{"type":"integer"},"comments_url":{"type":"string"},"commits_url":{"type":"string"},"created_at":{"type":"string"},"description":{"nullable":true,"type":"string"},"files":{"additionalProperties":{"nullable":true,"properties":{"content":{"type":"string"},"filename":{"type":"string"},"language":{"type":"string"},"raw_url":{"type":"string"},"size":{"type":"integer"},"truncated":{"type":"boolean"},"type":{"type":"string"}},"type":"object"},"type":"object"},"fork_of":{"description":"Gist","nullable":true,"properties":{"comments":{"type":"integer"},"comments_url":{"format":"uri","type":"string"},"commits_url":{"format":"uri","type":"string"},"created_at":{"format":"date-time","type":"string"},"description":{"nullable":true,"type":"string"},"files":{"additionalProperties":{"properties":{"filename":{"type":"string"},"language":{"type":"string"},"raw_url":{"type":"string"},"size":{"type":"integer"},"type":{"type":"string"}},"type":"object"},"type":"object"},"forks":{"items":{},"type":"array"},"forks_url":{"format":"uri","type":"string"},"git_pull_url":{"format":"uri","type":"string"},"git_push_url":{"format":"uri","type":"string"},"history":{"items":{},"type":"array"},"html_url":{"format":"uri","type":"string"},"id":{"type":"string"},"node_id":{"type":"string"},"owner":{"$ref":"#/components/schemas/nullable-simple-user"},"public":{"type":"boolean"},"truncated":{"type":"boolean"},"updated_at":{"format":"date-time","type":"string"},"url":{"format":"uri","type":"string"},"user":{"$ref":"#/components/schemas/nullable-simple-user"}},"required":["id","node_id","url","forks_url","commits_url","git_pull_url","git_push_url","html_url","comments_url","public","description","comments","user","files","created_at","updated_at"],"title":"Gist","type":"object"},"forks":{"deprecated":true,"items":{"properties":{"created_at":{"format":"date-time","type":"string"},"id":{"type":"string"},"updated_at":{"format":"date-time","type":"string"},"url":{"format":"uri","type":"string"},"user":{"$ref":"#/components/schemas/public-user"}},"type":"object"},"nullable":true,"type":"array"},"forks_url":{"type":"string"},"git_pull_url":{"type":"string"},"git_push_url":{"type":"string"},"history":{"deprecated":true,"items":{"$ref":"#/components/schemas/gist-history"},"nullable":true,"type":"array"},"html_url":{"type":"string"},"id":{"type":"string"},"node_id":{"type":"string"},"owner":{"$ref":"#/components/schemas/simple-user"},"public":{"type":"boolean"},"truncated":{"type":"boolean"},"updated_at":{"type":"string"},"url":{"type":"string"},"user":{"nullable":true,"type":"string"}},"title":"Gist Simple","type":"object"}
```
