Skip to content

Commit 8155dcd

Browse files
committed
Fix type
1 parent 70c0afa commit 8155dcd

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
@@ -994,7 +994,7 @@ definitions:
994994
type: array
995995
description: The regions of the guest memory.
996996
items:
997-
$ref: "#/definitions/GuestMemoryRegion"
997+
$ref: "#/definitions/GuestMemoryRegionMapping"
998998

999999
GuestMemoryRegionMapping:
10001000
type: object
@@ -1014,7 +1014,7 @@ definitions:
10141014
description: The offset of the region in bytes.
10151015
type: integer
10161016
page_size:
1017-
description: The page size of the region in pages.
1017+
description: The page size in bytes.
10181018
type: integer
10191019

10201020
Logger:

0 commit comments

Comments
 (0)