Skip to content

Commit 629bc29

Browse files
committed
Update expected output content to standard format
1 parent f69e397 commit 629bc29

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
openapi: "3.1.0"
1+
openapi: 3.1.0
22
info:
33
version: 1.0.0
44
title: Imaginary town
55
servers:
6-
- url: https://example.com
6+
- url: 'https://example.com'
77
description: Example server
88
paths:
9-
'/buildings':
9+
/buildings:
1010
get:
11-
summary: "All of the available buildings"
11+
summary: All of the available buildings
1212
operationId: buildingsAll
13-
description: "This is the summary of getting the buildings"
14-
13+
description: This is the summary of getting the buildings
1514
responses:
1615
'200':
1716
description: Return all known buildings
1817
content:
1918
application/json:
2019
schema:
2120
type: object
22-
properties:
21+
properties:
2322
message:
2423
type: string
25-
example: "house"
24+
example: house
2625

0 commit comments

Comments
 (0)