Skip to content

Commit 266d85b

Browse files
committed
Consistent format for yaml files
- only summaries are '.' ended sentences - use double quotes (") for references - only references use quotes of any kind - remove all single quotes (') since it breaks some parsers - make sure common content between beta.yaml and v1.0.yaml is identical Signed-off-by: Adrian Catangiu <[email protected]>
1 parent fff2a17 commit 266d85b

File tree

2 files changed

+315
-307
lines changed

2 files changed

+315
-307
lines changed

api/swagger/firecracker-beta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ paths:
2929
operationId: describeInstance
3030
responses:
3131
200:
32-
description: The instance information.
32+
description: The instance information
3333
schema:
3434
$ref: "#/definitions/InstanceInfo"
3535
default:
@@ -52,7 +52,7 @@ paths:
5252
schema:
5353
$ref: "#/definitions/InstanceActionInfo"
5454
404:
55-
description: Action not found.
55+
description: Action not found
5656
schema:
5757
$ref: "#/definitions/Error"
5858
409:

0 commit comments

Comments
 (0)