Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Integer format: S360 swagger lint issues #13769

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -559,14 +559,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -786,14 +788,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -1255,14 +1259,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -1822,14 +1828,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -1946,14 +1954,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -308,14 +310,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -220,14 +222,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$skiptoken",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -308,14 +310,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -220,14 +222,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$top",
"in": "query",
"description": "The number of elements to return from the collection.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"name": "$skiptoken",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"in": "query",
"description": "The number of elements in the collection to skip.",
"required": false,
"type": "integer"
"type": "integer",
"format": "int64"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
Expand Down
Loading