From 887b8293a68f2923dc53bdfb92ce51dbb2c2c605 Mon Sep 17 00:00:00 2001 From: Nikhiladiga Date: Sun, 10 May 2026 20:23:29 +0530 Subject: [PATCH] [FIX]: allow additional properties in collection schema details --- openapi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yml b/openapi.yml index b592654..629209a 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2478,6 +2478,7 @@ components: type: object description: > Optional details about the collection, e.g., when it was created, who created it etc. + additionalProperties: true CollectionUpdateSchema: required: - fields