Skip to content

Commit

Permalink
Migrate from 3.0 to 3.1 (bump, remove deprecated "example" property)
Browse files Browse the repository at this point in the history
Signed-off-by: kanpov <[email protected]>
  • Loading branch information
kanpov committed Aug 31, 2024
1 parent bc81a98 commit b33bb3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/firecracker/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.1
openapi: 3.1.0
info:
title: Firecracker API
description: RESTful public-facing API. The API is accessible through HTTP calls
Expand Down Expand Up @@ -1135,7 +1135,8 @@ components:
module:
type: string
description: The module path to filter log messages by.
example: api_server::request
examples:
- api_server::request
description: Describes the configuration option for the logging capability.
MachineConfiguration:
required:
Expand Down

0 comments on commit b33bb3b

Please sign in to comment.