Skip to content

Commit 5ce4466

Browse files
HCK-15742: add json schema property name alias (#211)
1 parent c0c46d3 commit 5ce4466

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

jsonSchemaProperties.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"unneededFieldProps": ["collectionName", "name", "users", "indexes", "collectionUsers"],
3-
"removeIfPropsNegative": ["partitionKey", "sortKey"]
3+
"removeIfPropsNegative": ["partitionKey", "sortKey"],
4+
"propertyNameAlias": {
5+
"symbols": "enum"
6+
}
47
}

0 commit comments

Comments
 (0)