From 9a3e23db00a238214e000f9d69bbfde78fa9168b Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 7 Jan 2023 16:56:04 -0300 Subject: [PATCH] chore: schema update Signed-off-by: Carlos A Becker --- www/docs/static/schema-pro.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 71ceec202..0361b3b29 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -502,7 +502,13 @@ "$ref": "#/$defs/Filters" }, "sort": { - "type": "string" + "type": "string", + "enum": [ + "asc", + "desc", + "" + ], + "default": "" }, "skip": { "type": "boolean"