docs/api: swagger: quote maxUint64 example value

More recent versions of go-swagger failed on this, because the value
is interpolated as JSON numberic value, which assumes int64 (signed).

Quote the value to prevent it being handled before validated against
uint64.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-06-02 14:47:48 +02:00
parent affe1d6335
commit 8ba832cc8f
3 changed files with 3 additions and 3 deletions

View File

@@ -5988,7 +5988,7 @@ definitions:
type: "integer" type: "integer"
format: "uint64" format: "uint64"
x-nullable: true x-nullable: true
example: 18446744073709551615 example: "18446744073709551615"
ContainerThrottlingData: ContainerThrottlingData:
description: | description: |

View File

@@ -5988,7 +5988,7 @@ definitions:
type: "integer" type: "integer"
format: "uint64" format: "uint64"
x-nullable: true x-nullable: true
example: 18446744073709551615 example: "18446744073709551615"
ContainerThrottlingData: ContainerThrottlingData:
description: | description: |

View File

@@ -5863,7 +5863,7 @@ definitions:
type: "integer" type: "integer"
format: "uint64" format: "uint64"
x-nullable: true x-nullable: true
example: 18446744073709551615 example: "18446744073709551615"
ContainerThrottlingData: ContainerThrottlingData:
description: | description: |