mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
Working through components tests
catching small gaps as I work through each model and checking coverage. Looks like it's time to expand on the spec again to ensure coverage.
This commit is contained in:
@@ -288,6 +288,7 @@ paths:
|
||||
components:
|
||||
callbacks:
|
||||
BurgerCallback:
|
||||
x-break-everything: please
|
||||
"{$request.query.queryUrl}":
|
||||
post:
|
||||
requestBody:
|
||||
@@ -310,6 +311,8 @@ components:
|
||||
parameters:
|
||||
burgerId: '$response.body#/id'
|
||||
description: Go and get another really tasty burger
|
||||
server:
|
||||
url: https://pb33f.io
|
||||
headers:
|
||||
UseOil:
|
||||
description: this is a header
|
||||
|
||||
Reference in New Issue
Block a user