Files
redocly-cli/__tests__/build-docs/build-docs-with-config-option/nested/openapi.yaml
2023-07-26 14:37:07 +03:00

20 lines
377 B
YAML

openapi: 3.1.0
servers:
- url: http://localhost
info:
title: Sample API
version: 1.0.0
paths:
/hello:
get:
operationId: getMessage
security: []
summary: Get a greeting message
responses:
200:
description: OK
content:
application/json:
schema:
$ref: ./message-schema.yaml