mirror of
https://github.com/LukeHagar/redocly-split-repro.git
synced 2025-12-06 04:21:09 +00:00
19 lines
398 B
YAML
19 lines
398 B
YAML
get:
|
|
responses:
|
|
'200':
|
|
description: OK
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
message:
|
|
type: string
|
|
example: Hello, world!
|
|
'400':
|
|
description: Bad Request
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '#/components/schemas/Error'
|