Skip to content

Commit 3c4726b

Browse files
committed
fix: format updates
Signed-off-by: Vincent Biret <[email protected]>
1 parent 176b10a commit 3c4726b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Resources/Basic.OpenApi.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,8 +1179,8 @@
11791179
"description": "The structure of this object is service-specific"
11801180
},
11811181
"ODataCountResponse": {
1182-
"type": "integer",
1183-
"format": "int32"
1182+
"type": "number",
1183+
"format": "int64"
11841184
},
11851185
"DefaultNs.PersonCollectionResponse": {
11861186
"title": "Collection of Person",
@@ -1334,7 +1334,8 @@
13341334
"explode": false,
13351335
"schema": {
13361336
"minimum": 0,
1337-
"type": "integer"
1337+
"type": "number",
1338+
"format": "int64"
13381339
},
13391340
"example": 50
13401341
},
@@ -1346,7 +1347,8 @@
13461347
"explode": false,
13471348
"schema": {
13481349
"minimum": 0,
1349-
"type": "integer"
1350+
"type": "number",
1351+
"format": "int64"
13501352
}
13511353
},
13521354
"count": {

0 commit comments

Comments
 (0)