@redocly/openapi-core
Version:
See https://github.com/Redocly/redocly-cli
20 lines (19 loc) • 467 B
YAML
openapi: 3.1.0
info: {}
paths:
/example:
get:
summary: Get Example
description: This endpoint returns an example response.
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
properties:
externalValue:
type: string
$ref:
type: string