# base-gist

From **GitHub v3 REST API**.

Base Gist

- Type: `object`

## Properties

### `comments`

- Required: true
- Type: `integer`

### `comments_url`

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

### `commits_url`

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

### `created_at`

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

### `description`

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

### `files`

- Required: true
- Type: `object`

### `forks`

- Required: false
- Type: `array`

### `forks_url`

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

### `git_pull_url`

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

### `git_push_url`

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

### `history`

- Required: false
- Type: `array`

### `html_url`

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

### `id`

- Required: true
- Type: `string`

### `node_id`

- Required: true
- Type: `string`

### `owner`

- Required: false
- Type: `object`

Simple User

### `public`

- Required: true
- Type: `boolean`

### `truncated`

- Required: false
- Type: `boolean`

### `updated_at`

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

### `url`

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

### `user`

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

Simple User

## JSON Schema

```json
{"description":"Base Gist","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/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":"Base Gist","type":"object"}
```
