mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
fix: add type to SearchItem
This commit is contained in:
parent
9ccef76e89
commit
899dc5fa6b
1 changed files with 4 additions and 0 deletions
|
@ -880,6 +880,10 @@ components:
|
|||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- stream
|
||||
- channel
|
||||
- playlist
|
||||
oneOf:
|
||||
- $ref: "#/components/schemas/StreamItem"
|
||||
- $ref: "#/components/schemas/ChannelItem"
|
||||
|
|
Loading…
Reference in a new issue