Skip to content

Commit

Permalink
rename to pointType
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Huang committed May 22, 2024
1 parent bfb8f47 commit 792a3c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"properties": {
"type": "origins"
"pointType": "origins"
}
},
{
Expand All @@ -39,7 +39,7 @@
]
},
"properties": {
"type": "destinations"
"pointType": "destinations"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"properties": {
"type": "origins"
"pointType": "origin"
}
},
{
Expand All @@ -39,7 +39,7 @@
]
},
"properties": {
"type": "destinations"
"pointType": "destination"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@
"type": "object",
"description": "Specifies the properties of Route Matrix",
"properties": {
"type": {
"pointType": {
"description": "The type of the route matrix.",
"type": "string",
"enum": [
Expand Down

0 comments on commit 792a3c9

Please sign in to comment.