Skip to content

Commit db71aac

Browse files
committed
Migrate from 3.0 to 3.1 (bump, remove deprecated "example" property)
1 parent 9ff2f4e commit db71aac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/firecracker/swagger/firecracker.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.1.0
22
info:
33
title: Firecracker API
44
description: RESTful public-facing API. The API is accessible through HTTP calls
@@ -1135,7 +1135,8 @@ components:
11351135
module:
11361136
type: string
11371137
description: The module path to filter log messages by.
1138-
example: api_server::request
1138+
examples:
1139+
- api_server::request
11391140
description: Describes the configuration option for the logging capability.
11401141
MachineConfiguration:
11411142
required:

0 commit comments

Comments
 (0)