openapi: 3.0.1
info:
  title: Test
  version: "2.0"
paths:
  /test:
    post:
      requestBody:
        content:
          application/json:
            schema:
              type: "string"
