From e3c090e0c5af8543c8fc605af897f43f2a0bd2fb Mon Sep 17 00:00:00 2001 From: guvra Date: Tue, 26 Mar 2024 11:19:02 +0100 Subject: [PATCH] Remove orderBy param from schema.json --- app/config/schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/config/schema.json b/app/config/schema.json index f017294d..48b5c69b 100644 --- a/app/config/schema.json +++ b/app/config/schema.json @@ -253,9 +253,6 @@ "order_by": { "type": ["string", "number"] }, - "orderBy": { - "type": ["string", "number"] - }, "limit": { "type": ["integer", "null"] }