From 3c3f23225c7f8e0322d0482f841cb1ed024a73b9 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 2 Oct 2024 22:07:21 +0800 Subject: [PATCH] Fix openapi spec --- api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.yml b/api.yml index 3bc7f43..ae81540 100644 --- a/api.yml +++ b/api.yml @@ -446,7 +446,7 @@ components: description: A list of galleries type: array items: - oneOf: + anyOf: - $ref: "#/components/schemas/GMeta" - $ref: "#/components/schemas/GMetaOptional" GalleryListApiResult: