add rating support on custom metadata

This commit is contained in:
danny.rich 2025-11-03 16:03:36 -05:00
parent e7d0771261
commit ec27323a64
3 changed files with 25 additions and 4 deletions

View file

@ -128,6 +128,12 @@ components:
type: integer
format: int64
description: Duration in seconds
rating:
type: number
format: float
minimum: 0
maximum: 5
description: Star rating (0-5, typically 0.5 increments)
SeriesMetadata:
type: object