chore: format files using prettier (pre-commit)

This commit is contained in:
jo 2022-11-23 22:42:32 +01:00
commit 6d7dc2f1b5
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
87 changed files with 4496 additions and 5178 deletions

View file

@ -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.

View file

@ -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"

View file

@ -1,4 +1,3 @@
description:
type: object
description: Text content associated with another resource, like and artist or channel.