In his comment on #1228, @whitlockjc writes:
Replaces lines 1-4 with # ... (this will be our way to indicate "omitted for brevity")
This was a suggestion to remove the openapi and info properties from the model, which suggestion was followed.
I'd argue that this is approach achieves a false economy. The brevity gain is all of four lines. And it rules out a valuable potential use-case for the example (one I'm using, but I have to blacklist this example), namely: using the examples in the repo's master branch as live data for tests in OAI tooling projects.
If folks concur, I'm glad to do a PR restoring the omitted lines.
In his comment on #1228, @whitlockjc writes:
This was a suggestion to remove the
openapiandinfoproperties from the model, which suggestion was followed.I'd argue that this is approach achieves a false economy. The brevity gain is all of four lines. And it rules out a valuable potential use-case for the example (one I'm using, but I have to blacklist this example), namely: using the examples in the repo's master branch as live data for tests in OAI tooling projects.
If folks concur, I'm glad to do a PR restoring the omitted lines.