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

ANF-8872 Fix examples for integers #12367

Merged
merged 11 commits into from
Feb 19, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4176,13 +4176,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4209,13 +4209,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4242,13 +4242,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4180,13 +4180,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4213,13 +4213,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4246,13 +4246,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4180,7 +4180,7 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
Expand Down Expand Up @@ -4213,13 +4213,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4246,13 +4246,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4209,13 +4209,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4242,13 +4242,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4275,13 +4275,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down