Skip to content

Commit

Permalink
Introduce changes to elevation.json to fix bug on x-ms-skip-url-encod…
Browse files Browse the repository at this point in the history
…ing (#19044)
  • Loading branch information
khmic5 authored May 17, 2022
1 parent 2e2e427 commit b57f77a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions specification/maps/data-plane/DEM/preview/1.0/elevation.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"required": true,
"type": "array",
"collectionFormat": "pipes",
"x-ms-skip-url-encoding": true,
"items": {
"type": "string",
"pattern": "\\s*[-]?\\d+[.]\\d+\\s*[,]\\s*[-]?\\d+[.]\\d+\\s*"
Expand Down Expand Up @@ -177,7 +176,7 @@
"required": true,
"type": "array",
"collectionFormat": "pipes",
"x-ms-skip-url-encoding": true,
"x-ms-skip-url-encoding": false,
"items": {
"type": "string",
"pattern": "\\s*[-]?\\d+[.]\\d+\\s*[,]\\s*[-]?\\d+[.]\\d+\\s*"
Expand Down Expand Up @@ -285,7 +284,7 @@
"maxItems": 4,
"items": {
"type": "number",
"format": "float"
"format": "double"
}
},
{
Expand Down

0 comments on commit b57f77a

Please sign in to comment.