Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit c5ff37a

Browse files
committed
add missing quotes to YAML keys.
1 parent dbc4c99 commit c5ff37a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

versions/3.0.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ myWebhook:
17651765
schema:
17661766
$ref: '#/components/schemas/SomePayload'
17671767
responses:
1768-
200:
1768+
'200':
17691769
description: webhook successfully processed an no retries will be performed
17701770
```
17711771

@@ -1974,7 +1974,7 @@ paths:
19741974
schema:
19751975
type: string
19761976
responses:
1977-
200:
1977+
'200':
19781978
description: the user being returned
19791979
content:
19801980
application/json:
@@ -2048,7 +2048,7 @@ paths:
20482048
schema:
20492049
type: string
20502050
responses:
2051-
200:
2051+
'200':
20522052
description: The User
20532053
content:
20542054
application/json:
@@ -2067,7 +2067,7 @@ paths:
20672067
schema:
20682068
type: string
20692069
responses:
2070-
200:
2070+
'200':
20712071
description: repositories owned by the supplied user
20722072
content:
20732073
application/json:
@@ -2094,7 +2094,7 @@ paths:
20942094
schema:
20952095
type: string
20962096
responses:
2097-
200:
2097+
'200':
20982098
description: The repository
20992099
content:
21002100
application/json:
@@ -2126,7 +2126,7 @@ paths:
21262126
- merged
21272127
- declined
21282128
responses:
2129-
200:
2129+
'200':
21302130
description: an array of pull request objects
21312131
content:
21322132
application/json:
@@ -2154,7 +2154,7 @@ paths:
21542154
schema:
21552155
type: string
21562156
responses:
2157-
200:
2157+
'200':
21582158
description: a pull request object
21592159
content:
21602160
application/json:
@@ -2182,7 +2182,7 @@ paths:
21822182
schema:
21832183
type: string
21842184
responses:
2185-
204:
2185+
'204':
21862186
description: the PR was successfully merged
21872187
components:
21882188
links:
@@ -2402,7 +2402,7 @@ schemas:
24022402
$ref: 'http://foo.bar#/examples/zip-example'
24032403
# in a response, note the plural `examples`:
24042404
responses:
2405-
200:
2405+
'200':
24062406
description: your car appointment has been booked
24072407
content:
24082408
application/json:

0 commit comments

Comments
 (0)