Files
bruno/tests/import/test-data/openapi-malformed.yaml
2025-09-07 03:05:11 +05:30

17 lines
350 B
YAML

openapi: 3.0.0
info:
title: Malformed OpenAPI
version: 1.0.0
paths:
/test:
get:
summary: Test endpoint
responses:
'200':
description: Success
# Missing closing quotes and malformed YAML
'400':
description: Bad request
malformed: yaml here
extra: indentation