Skip to content

Commit 948a643

Browse files
committed
change manifestVersion to manifestSchemaVersion
1 parent f1b3077 commit 948a643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,9 +1442,9 @@
14421442
"description": "The location of the manifest"
14431443
},
14441444
{
1445-
"name": "manifestVersion",
1445+
"name": "manifestSchemaVersion",
14461446
"type": "string",
1447-
"description": "The version of the manifest file"
1447+
"description": "The version of the manifest schema file"
14481448
},
14491449
{
14501450
"name": "metricId",
@@ -6014,7 +6014,7 @@
60146014
"required": false
60156015
},
60166016
{
6017-
"type": "manifestVersion",
6017+
"type": "manifestSchemaVersion",
60186018
"required": false
60196019
},
60206020
{

0 commit comments

Comments
 (0)