diff --git a/samples/datasets/Fabric_User_Consents/v1.0.0/kk.json b/samples/datasets/Fabric_User_Consents/v1.0.0/kk.json deleted file mode 100644 index e69de29..0000000 diff --git a/samples/extensions/Fabric_User_Data/v1.0.0/extensions.json b/samples/extensions/Fabric_User_Data/v1.0.0/extensions.json index d3e6e01..8b4acaf 100644 --- a/samples/extensions/Fabric_User_Data/v1.0.0/extensions.json +++ b/samples/extensions/Fabric_User_Data/v1.0.0/extensions.json @@ -83,9 +83,13 @@ "options": [ "CreditCard", "IBAN" ] }}, "doc": "Billing type" }, { "name": "VALUE", "type": { "type": "string", "x-fp-data-protection": "pseudonymize", "arg.properties": { - "regex": "^[0-9]{16}$" + "regex": "[0-9]{16}" }}, "doc": "Billing value" } ] + }, "arg.properties": { + "length": 2, + "unique": true, + "keys": { "options": [ "main", "other" ] } } }, "doc": "Billing means" }, { "name": "ADDRESS", "type": { @@ -94,7 +98,7 @@ "length": 20 }}, "doc": "Street" }, { "name": "ZIP_CODE", "type": { "type": "string", "arg.properties": { - "length": 5 + "regex": "[0-9]{5}" }}, "doc": "Zip code" }, { "name": "COUNTRY", "type": { "type": "string", "logicalType": "country-code-alpha-2", "arg.properties": { "options": [ "ES" ]