Skip to content

Commit ccf0169

Browse files
committed
Address @whitlockjc’s comment to PR OAI#1228: Fix callback-example.yaml
Replace lines 1-4 with # ... (this will be our way to indicate "omitted for brevity") Resolve the $ref on line 51 by replace $ref with an inline schema
1 parent 0a5b58e commit ccf0169

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/v3.0/callback-example.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
openapi: 3.0.0
2-
info:
3-
title: Callback Example
4-
version: 1.0.0
1+
# ...
52
paths:
63
/streams:
74
post:
@@ -48,7 +45,7 @@ paths:
4845
type: string
4946
format: date-time
5047
userData:
51-
$ref: '#/components/schemas/UserLogData'
48+
type: string
5249
responses:
5350
'202':
5451
description: |

0 commit comments

Comments
 (0)