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

10 lines
164 B
YAML

openapi: 3.0.0
# Missing required info section
paths:
/test:
get:
summary: Test endpoint
responses:
'200':
description: Success