Skip to content

Commit 78e6bb5

Browse files
committed
Alphabetically order definitions in yaml files.
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent 2278199 commit 78e6bb5

File tree

2 files changed

+289
-327
lines changed

2 files changed

+289
-327
lines changed

api/swagger/firecracker-beta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ definitions:
285285
state:
286286
$ref: "#/definitions/DeviceState"
287287

288+
Error:
289+
properties:
290+
faultMessage:
291+
type: string
292+
description: A description of the error condition
293+
288294
InstanceActionInfo:
289295
type: object
290296
description: Variant wrapper containing the real action
@@ -369,9 +375,3 @@ definitions:
369375
description: Guest Vsock CID
370376
state:
371377
$ref: "#/definitions/DeviceState"
372-
373-
Error:
374-
properties:
375-
faultMessage:
376-
type: string
377-
description: A description of the error condition

0 commit comments

Comments
 (0)