cleaned up Get Recently Added

This commit is contained in:
JasonLandbridge
2025-02-09 11:39:09 +01:00
parent c675101918
commit 3e91772f69
34 changed files with 11736 additions and 2713 deletions

View File

@@ -0,0 +1,8 @@
type: object
required:
- filter
properties:
filter:
description: "The filter string used to query this actor. For example, it may indicate that this is an actor with a given key."
type: string
example: "actor=126522"

8
src/models/role/id.yaml Normal file
View File

@@ -0,0 +1,8 @@
type: object
required:
- id
properties:
id:
description: "Unique identifier for the actor or role."
type: integer
example: 126522

View File

@@ -0,0 +1,6 @@
type: object
properties:
role:
description: "The role played by the actor in the media item."
type: string
example: "Self - Judge"

View File

@@ -0,0 +1,6 @@
type: object
properties:
tagKey:
description: "A unique key associated with the actor's tag, used for internal identification."
type: string
example: "5d77683d85719b001f3a535e"

View File

@@ -3,6 +3,6 @@ required:
- tag
properties:
tag:
description: "The display tag for the actor (typically the actor's name)."
type: string
description: The name of the actor for this role
example: Danny Boyle
example: "Teller"

View File

@@ -0,0 +1,6 @@
type: object
properties:
thumb:
description: "The URL of the thumbnail image for the actor."
type: string
example: "https://metadata-static.plex.tv/7/people/708568fd018d7aa8b1032dcf867747e8.jpg"