Closed
Description
Context: I'm implementing support for examples
in an OpenAPI tool.
I have a pretty good working knowledge of the Specification, but to make sure I didn't miss anything, I Cmd+F'd the 3.0.2 document for examples
. and took note of which objects mention it. I missed Header Object in my list, because it only mentions that it derives itself from the Parameter Object, lacking a full documentation block that enumerates the keys that it supports.
I only noticed this because I was looking up Header Object specifically, for an unrelated task.