We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933e630 commit 88151c3Copy full SHA for 88151c3
1 file changed
src/firecracker/swagger/firecracker.yaml
@@ -1448,12 +1448,12 @@ definitions:
1448
type: object
1449
description: Response containing the bitmap (one bit per page) of dirty pages of guest memory
1450
required:
1451
- - bitmap:
+ - bitmap
1452
properties:
1453
bitmap:
1454
type: array
1455
description: The dirty bitmap as a vector of u64 values. Each bit respresents if the page is dirty.
1456
- itmes:
+ items:
1457
type: integer
1458
format: uint64
1459
0 commit comments