> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameClipThumbnail (JSON)

> GameClipThumbnail (JSON)

# GameClipThumbnail (JSON)

Contains the information related to an individual thumbnail. There can be multiple sizes per clip, and it is up to the client to select the proper one for display.

<a id="ID4EN" />

## GameClipThumbnail

The GameClipThumbnail object has the following specification.

| Member               | Type                    | Description                                 |
| -------------------- | ----------------------- | ------------------------------------------- |
| <b>uri</b>           | string                  | The URI for the thumbnail image.            |
| <b>fileSize</b>      | 32-bit unsigned integer | The total file size of the thumbnail image. |
| <b>thumbnailType</b> | ThumbnailType           | The type of thumbnail image.                |

<a id="ID4EAC" />

## Sample JSON syntax

```json theme={null}
{
         "uri": "http://gameclips.xbox.com/thumbnails/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/small.jpg",
         "fileSize": 123,
         "width": 120,
         "height": 250
       }
    
```

<a id="ID4EJC" />

## See also

<a id="ID4ELC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [Enumerations Used In JavaScript Object Notation (JSON) Objects](/reference/live/rest/enums/atoc-xboxlivews-reference-enums.md)
- [Enumeraciones usadas en objetos JavaScript Object Notation (JSON)](/es/reference/live/rest/enums/atoc-xboxlivews-reference-enums.md)
- [JavaScript 对象表示法 (JSON) 对象中使用的枚举](/zh-CN/reference/live/rest/enums/atoc-xboxlivews-reference-enums.md)
- [JavaScript Object Notation (JSON) オブジェクトで使用される列挙型](/ja-jp/reference/live/rest/enums/atoc-xboxlivews-reference-enums.md)
- [ThumbnailSource Enumeration](/reference/live/rest/enums/gvr-enum-thumbnailsource.md)
