fix: some typos

This commit is contained in:
Vito0912 2024-07-27 22:10:33 +02:00
parent 1811e0a06c
commit 3e944974e2
3 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
components: components:
schemas: schemas:
downloads: download:
type: boolean type: boolean
description: Whether the user has permission to download media. description: Whether the user has permission to download media.
example: true example: true
@ -31,8 +31,8 @@ components:
permissions: permissions:
type: object type: object
properties: properties:
downloads: download:
$ref: '#/components/schemas/downloads' $ref: '#/components/schemas/download'
update: update:
$ref: '#/components/schemas/update' $ref: '#/components/schemas/update'
delete: delete:
@ -46,10 +46,10 @@ components:
accessExplicitContent: accessExplicitContent:
$ref: '#/components/schemas/accessExplicitContent' $ref: '#/components/schemas/accessExplicitContent'
required: required:
- downloads - download
- update - update
- delete - delete
- upload - upload
- accessAllLibraries - accessAllLibraries
- accessAllTags - accessAllTags
- accessExplicitContent - accessExplicitContent

View file

@ -79,8 +79,7 @@ components:
type: array type: array
items: items:
$ref: '../Library.yaml#/components/schemas/libraryId' $ref: '../Library.yaml#/components/schemas/libraryId'
itemTags: itemTagsSelected:
$ref: '../../schemas.yaml#/components/schemas/tags' $ref: '../../schemas.yaml#/components/schemas/tags'

Binary file not shown.