Skip to content

Commit 8769de7

Browse files
committed
Fix type
1 parent 523dc12 commit 8769de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ definitions:
10001000
type: array
10011001
description: The regions of the guest memory.
10021002
items:
1003-
$ref: "#/definitions/GuestMemoryRegion"
1003+
$ref: "#/definitions/GuestMemoryRegionMapping"
10041004

10051005
GuestMemoryRegionMapping:
10061006
type: object
@@ -1020,7 +1020,7 @@ definitions:
10201020
description: The offset of the region in bytes.
10211021
type: integer
10221022
page_size:
1023-
description: The page size of the region in pages.
1023+
description: The page size in bytes.
10241024
type: integer
10251025

10261026
Logger:

0 commit comments

Comments
 (0)