Skip to content

Commit 9589843

Browse files
author
Will Huang
committed
rename to pointType
1 parent 3e4c96e commit 9589843

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

specification/maps/data-plane/Route/preview/2024-06-01-preview/examples/PostRouteMatrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"properties": {
23-
"type": "origins"
23+
"pointType": "origins"
2424
}
2525
},
2626
{
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"properties": {
42-
"type": "destinations"
42+
"pointType": "destinations"
4343
}
4444
}
4545
],

specification/maps/data-plane/Route/preview/2024-06-01-preview/examples/PostRouteMatrixAsync.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
},
2222
"properties": {
23-
"type": "origins"
23+
"pointType": "origin"
2424
}
2525
},
2626
{
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"properties": {
42-
"type": "destinations"
42+
"pointType": "destination"
4343
}
4444
}
4545
],

specification/maps/data-plane/Route/preview/2024-06-01-preview/route.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@
31563156
"type": "object",
31573157
"description": "Specifies the properties of Route Matrix",
31583158
"properties": {
3159-
"type": {
3159+
"pointType": {
31603160
"description": "The type of the route matrix.",
31613161
"type": "string",
31623162
"enum": [

0 commit comments

Comments
 (0)