Skip to content

Commit 57964ae

Browse files
committed
use existing filenameExt type
1 parent b3fa82f commit 57964ae

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,15 +1512,6 @@
15121512
],
15131513
"description": "The experiment action taken action taken"
15141514
},
1515-
{
1516-
"name": "exportFormat",
1517-
"type": "string",
1518-
"allowedValues": [
1519-
"html",
1520-
"markdown"
1521-
],
1522-
"description": "The file format chosen by the user when exporting chat history"
1523-
},
15241515
{
15251516
"name": "failedCount",
15261517
"type": "int",
@@ -2674,7 +2665,7 @@
26742665
"description": "When a user exports the current Amazon Q chat tab",
26752666
"metadata": [
26762667
{
2677-
"type": "exportFormat",
2668+
"type": "filenameExt",
26782669
"required": true
26792670
},
26802671
{
@@ -2983,7 +2974,7 @@
29832974
"required": true
29842975
},
29852976
{
2986-
"type": "exportFormat",
2977+
"type": "filenameExt",
29872978
"required": false
29882979
},
29892980
{

0 commit comments

Comments
 (0)