1---
2post:
3  summary: summary
4  requestBody:
5    content:
6      application/json:
7        schema:
8          type: string
9  responses:
10    '400':
11      description: description
12      content:
13        application/json:
14          schema:
15            type: object
16            properties:
17              info:
18                type: array
19                items:
20                  type: string
21                  enum:
22                    - ł
23