mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
Fixing some outdated code as well. Signed-off-by: Dave Shanley <dave@quobix.com> Cleaning up more coverage issues Signed-off-by: Dave Shanley <dave@quobix.com> More test coverage updates. Signed-off-by: Dave Shanley <dave@quobix.com>
10 lines
210 B
YAML
10 lines
210 B
YAML
openapi: 3.1.0
|
|
components:
|
|
schemas:
|
|
Thing:
|
|
type: object
|
|
description: A thing that does nothing.
|
|
properties:
|
|
message:
|
|
type: string
|
|
description: I am pointless. |