chore: format files using prettier (pre-commit)
This commit is contained in:
parent
df7b1763a3
commit
6d7dc2f1b5
87 changed files with 4496 additions and 5178 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
OAuthApplication:
|
||||
type: "object"
|
||||
properties:
|
||||
|
|
@ -27,7 +25,6 @@ OAuthApplicationCreation:
|
|||
format: "uri"
|
||||
description: "Coma-separated list of redirect uris allowed for the app"
|
||||
|
||||
|
||||
ResultPage:
|
||||
type: "object"
|
||||
properties:
|
||||
|
|
@ -481,7 +478,6 @@ AlbumTrack:
|
|||
items:
|
||||
$ref: "#/Upload"
|
||||
|
||||
|
||||
ListeningCreate:
|
||||
type: "object"
|
||||
properties:
|
||||
|
|
@ -658,7 +654,6 @@ Playlist:
|
|||
modification_date:
|
||||
$ref: "./properties.yml#/modification_date"
|
||||
|
||||
|
||||
PlaylistCreate:
|
||||
type: "object"
|
||||
properties:
|
||||
|
|
@ -874,7 +869,7 @@ RadioSessionCreate:
|
|||
related_object_id:
|
||||
type: string
|
||||
default: null
|
||||
description:
|
||||
description: |
|
||||
Value may be an integer depending of the `radio_type`.
|
||||
Please refer to the `radio_type` documentation.
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ External:
|
|||
default: null
|
||||
type: "boolean"
|
||||
|
||||
|
||||
Library:
|
||||
name: library
|
||||
in: query
|
||||
|
|
@ -136,7 +135,6 @@ Refresh:
|
|||
default: false
|
||||
type: "boolean"
|
||||
|
||||
|
||||
Related:
|
||||
name: related
|
||||
in: query
|
||||
|
|
@ -145,7 +143,6 @@ Related:
|
|||
type: integer
|
||||
format: int64
|
||||
|
||||
|
||||
Scope:
|
||||
name: "scope"
|
||||
in: "query"
|
||||
|
|
@ -164,11 +161,11 @@ Scope:
|
|||
default: "all"
|
||||
type: "string"
|
||||
enum:
|
||||
- "me"
|
||||
- "all"
|
||||
- "subscribed"
|
||||
- "actor:alice@example.com"
|
||||
- "domain:example.com"
|
||||
- "me"
|
||||
- "all"
|
||||
- "subscribed"
|
||||
- "actor:alice@example.com"
|
||||
- "domain:example.com"
|
||||
|
||||
ContentCategory:
|
||||
name: "content_category"
|
||||
|
|
@ -180,8 +177,8 @@ ContentCategory:
|
|||
schema:
|
||||
type: "string"
|
||||
enum:
|
||||
- "podcast"
|
||||
- "music"
|
||||
- "podcast"
|
||||
- "music"
|
||||
|
||||
Search:
|
||||
name: "q"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
description:
|
||||
type: object
|
||||
description: Text content associated with another resource, like and artist or channel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue