Skip to content

Commit 0e32ea9

Browse files
committed
api/swagger/firecracker-v0.1.yaml: updated
Updated the firecracker-v0.1. yaml file to reflect that the vsock guest_cid is an integer. Signed-off-by: Alexandru Agache <[email protected]>
1 parent 2019f03 commit 0e32ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/swagger/firecracker-v0.1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ definitions:
310310
vsock_id:
311311
type: string
312312
guest_cid:
313-
type: string
314-
description: "Guest Vsock CID"
313+
type: integer
314+
description: "Guest Vsock CID (should be an u32 value)"
315315
state:
316316
$ref: '#/definitions/DeviceState'
317317

0 commit comments

Comments
 (0)