Skip to content

Conversation

@Himenon
Copy link
Owner

@Himenon Himenon commented Jan 17, 2022

Summary

Support below schema.

  /get/search/{book.name}: // <--- book.name
    get:
      operationId: searchBook
      parameters:
        - in: path
          name: book.name
          required: true
          schema:
            type: string
      responses:
        200:
          description: Search Book Result
          content:
            application/json: 
              schema:
                type: object
                properties:
                  id:
                    type: number
                  bookTitle:
                    type: string

Test Plan

@Himenon Himenon self-assigned this Jan 17, 2022
@Himenon Himenon merged commit 7629c5f into main Jan 17, 2022
@Himenon Himenon deleted the fix/dot-key-parameter branch January 17, 2022 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants