fix: add type to SearchItem

This commit is contained in:
Prateek Sunal 2023-06-06 15:12:40 +05:30 committed by GitHub
parent 9ccef76e89
commit 899dc5fa6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -880,6 +880,10 @@ components:
properties:
type:
type: string
enum:
- stream
- channel
- playlist
oneOf:
- $ref: "#/components/schemas/StreamItem"
- $ref: "#/components/schemas/ChannelItem"