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"