Uh oh!
There was an error while loading. Please reload this page.
Fix callback-example.yaml - #1228
Conversation
The runtime expression [must be quoted](http://www.yaml.org/spec/1.2/spec.html#id2788859) as it starts with a '{' - an [indicator character](http://www.yaml.org/spec/1.2/spec.html#c-indicator) Also added 'openapi' and 'info' properties because they are required and, thus, the spec file is invalid without them.
MikeRalphson
commented
Jun 20, 2017
Was this example ever intended to be complete / self-contained? It also has a missing definition of |
RobDolinMS
commented
Jun 30, 2017
#TDC: @tfesenko Thank you for submitting this PR. Would you please update per @MikeRalphson's comment so this is a complete example. You may want to align with what @whitlockjc is drafting for Issue #1245 |
whitlockjc
commented
Jun 30, 2017
@tfesenko If you would like to get this addressed ASAP and not wait for #1245, I would just make the following changes to your PR as it will align with our plans:
I guess 2.a could be documented in #1245 but for now, being explicit might not be a bad thing. |
RobDolinMS
commented
Jul 7, 2017
ACTION: @tedepstein to reach-out to @tfesenko when she's back (likely Mon, 7/10) |
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
tfesenko
commented
Jul 9, 2017
@whitlockjc , I addressed your suggestions in commit ccf0169. Can you please have a look? Thanks! |
whitlockjc
commented
Aug 18, 2017
|
whitlockjc
commented
Aug 18, 2017
Since this is a non-spec change, we should be able to branch/merge into |
whitlockjc
commented
Aug 18, 2017
Merged manually 542fc44 |
whitlockjc
commented
Aug 18, 2017
Weird, it didn't keep your commits but the commit message clearly points to your commit. |
whitlockjc
commented
Aug 18, 2017
@tfesenko I apologize the merged commit didn't retain your authorship of the two commits. I did it this way to avoid asking you to delete this PR and recreate a new one from |
The runtime expression must be quoted as it starts with a '{' - an indicator character, otherwise it's invalid YAML.
I also added the 'openapi' and 'info' properties because they are required and, thus, the spec file is invalid without them.