action hhs_get_resources_media_id_thumbnail_jpg { label: "Get JPG thumbnail for MediaItem" description: "Get the jpg thumbnail of the content item where applicable." provider: hhs method: GET path: "/resources/media/{id}/thumbnail.jpg" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" } }