From 91a2700619e67015f73fa0bc207d0d79ddcdd7b2 Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Mon, 20 Apr 2026 13:21:46 +0300 Subject: [PATCH] HCK-15742: add json schema property name alias --- jsonSchemaProperties.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsonSchemaProperties.json b/jsonSchemaProperties.json index 9d1bc6d..d67bbfd 100644 --- a/jsonSchemaProperties.json +++ b/jsonSchemaProperties.json @@ -1,4 +1,7 @@ { "unneededFieldProps": ["collectionName", "name", "users", "indexes", "collectionUsers"], - "removeIfPropsNegative": ["partitionKey", "sortKey"] + "removeIfPropsNegative": ["partitionKey", "sortKey"], + "propertyNameAlias": { + "symbols": "enum" + } }