diff --git a/test/component_tests/configurations/destinations/update_schema_dest/schema.json b/test/component_tests/configurations/destinations/update_schema_dest/schema.json index f2eab60ce..aea615f1b 100644 --- a/test/component_tests/configurations/destinations/update_schema_dest/schema.json +++ b/test/component_tests/configurations/destinations/update_schema_dest/schema.json @@ -5,7 +5,8 @@ "type": "object", "properties": { "secretTextInputField": { - "type": "string" + "type": "string", + "pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$" }, "singleSelectField": { "type": "string", @@ -25,8 +26,7 @@ "type": "object", "properties": { "android": { - "type": "string", - "pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^([0-9]{0,100})$" + "type": "string" } } },