mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
12 lines
1.4 KiB
Markdown
12 lines
1.4 KiB
Markdown
# Rating
|
|
|
|
The type of rating, for example 'audience' or 'critic'.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
|
|
| `image` | *String* | :heavy_check_mark: | The URL for the rating image, for example from IMDb. | imdb://image.rating |
|
|
| `value` | *float* | :heavy_check_mark: | N/A | 5.1 |
|
|
| `type` | *String* | :heavy_check_mark: | N/A | audience | |