mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 14:15:59 +00:00
Fix openapi datastructures
This commit is contained in:
parent
4c153f6117
commit
417581845b
@ -4420,7 +4420,7 @@ components:
|
||||
- tags
|
||||
properties:
|
||||
source:
|
||||
$ref: "#/components/schema/Source"
|
||||
$ref: "#/components/schemas/Source"
|
||||
tags:
|
||||
type: array
|
||||
items:
|
||||
@ -4433,9 +4433,9 @@ components:
|
||||
- tags
|
||||
properties:
|
||||
source:
|
||||
$ref: "#/components/schema/Source"
|
||||
$ref: "#/components/schemas/Source"
|
||||
tags:
|
||||
$ref: "#/components/schema/TagList"
|
||||
$ref: "#/components/schemas/TagList"
|
||||
|
||||
EquipmentList:
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user