File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- openapi : " 3.1.0"
1
+ openapi : 3.1.0
2
2
info :
3
3
version: 1.0.0
4
4
title: Imaginary town
5
5
servers :
6
- - url: https://example.com
6
+ - url: ' https://example.com'
7
7
description: Example server
8
8
paths :
9
- ' /buildings' :
9
+ /buildings:
10
10
get:
11
- summary: " All of the available buildings"
11
+ summary: All of the available buildings
12
12
operationId: buildingsAll
13
- description: "This is the summary of getting the buildings"
14
-
13
+ description: This is the summary of getting the buildings
15
14
responses:
16
15
'200':
17
16
description: Return all known buildings
18
17
content:
19
18
application/json:
20
19
schema:
21
20
type: object
22
- properties:
21
+ properties:
23
22
message:
24
23
type: string
25
- example: " house"
24
+ example: house
26
25
You can’t perform that action at this time.
0 commit comments