Skip to content

Commit a11ec78

Browse files
committed
correct shema.json and anonymization-settings-response.json
1 parent b84f523 commit a11ec78

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

ramls/anonymization-settings-response.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"uniqueItems": true,
2525
"description": "List of request fields that will be anonymized when the policy triggers.",
2626
"items": {
27-
"items": {
2827
"type": "string",
2928
"description": "A field name from the request record to anonymize."
3029
}

src/main/resources/templates/db_scripts/schema.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -600,13 +600,7 @@
600600
"tableName": "anonymization_settings",
601601
"withMetadata": true,
602602
"withAuditing": false,
603-
"uniqueIndex": [
604-
{
605-
"fieldName": "name",
606-
"tOps": "ADD",
607-
"caseSensitive": false
608-
}
609-
]
603+
"uniqueIndex": []
610604
}
611605
],
612606
"scripts": [

0 commit comments

Comments
 (0)