11 lines
155 B
YAML
11 lines
155 B
YAML
openapi: 3.0.2
|
|
info:
|
|
title: Response without a schema
|
|
version: 1.0.0
|
|
paths:
|
|
/foo:
|
|
get:
|
|
responses:
|
|
'200':
|
|
description: OK
|