diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 4c0cff139..6494c5374 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -729,17 +729,17 @@ components: properties: size: type: integer - format: int64 + format: uint64 minimum: 0 description: The total number of tokens this bucket can hold. one_time_burst: type: integer - format: int64 + format: uint64 minimum: 0 description: The initial size of a token bucket. refill_time: type: integer - format: int64 + format: uint64 minimum: 0 description: The amount of milliseconds it takes for the bucket to refill. description: