Skip to content

Conversation

@Himenon
Copy link
Owner

@Himenon Himenon commented Jan 14, 2021

Summary

  • Add comment to TypeAlias
  • Bug fixes for additional Propeties
  • Fix example
  • Added Playgorund URL to README

Fix Bugs

DeepObjectParameter:
      description: deepObject
      required: true
      in: query
      name: filter
      schema:
        type: object
        additionalProperties:
          type: object
          properties:
            gt:
              type: string
            gte:
              type: string
            lt:
              type: string
            lte:
              type: string
            any:
              oneOf:
                - type: string
                - type: number
                - type: boolean

image

Test Plan

@Himenon Himenon merged commit 13c233f into main Jan 14, 2021
@Himenon Himenon deleted the chore/fix-bugs-and-update-docs branch January 14, 2021 09:01
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