mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
Cleaning up some coverage and a few bits.
This commit is contained in:
@@ -229,6 +229,12 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/Error'
|
||||
"400":
|
||||
description: Unexpected error. Sorry.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: 'https://raw.githubusercontent.com/daveshanley/vacuum/main/model/test_files/burgershop.openapi.yaml'
|
||||
components:
|
||||
schemas:
|
||||
Error:
|
||||
|
||||
9
test_specs/single-definition.yaml
Normal file
9
test_specs/single-definition.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
components:
|
||||
schemas:
|
||||
Thing:
|
||||
type: object
|
||||
description: A thing that does nothing.
|
||||
properties:
|
||||
message:
|
||||
type: string
|
||||
description: I am pointless.
|
||||
Reference in New Issue
Block a user