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" + } }