Skip to content

Commit f275b14

Browse files
authored
HCK-11919: removed additionalProperteis from skipped properties (#33)
<!--do not remove this marker, its needed to replace info when ticket title is updated --> <!--jira-description-action-hidden-marker-start--> <table> <td> <a href="https://hackolade.atlassian.net/browse/HCK-11919" title="HCK-11919" target="_blank"><img alt="Sub-bug" src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium" />HCK-11919</a> Property "additionalProperties" should not be excluded from FE to JSON/YAML </td></table> <br /> <!--jira-description-action-hidden-marker-end--> ## Content Removed additionalProperteis from skipped properties
1 parent e88fcb9 commit f275b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonSchemaProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"unneededFieldProps": ["collectionName", "name", "users", "indexes", "collectionUsers", "additionalProperties"],
2+
"unneededFieldProps": ["collectionName", "name", "users", "indexes", "collectionUsers"],
33
"removeIfPropsNegative": ["partitionKey", "sortKey"]
44
}

0 commit comments

Comments
 (0)