Skip to content

chore: fix bugs and update docs #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 14, 2021
Merged

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.

1 participant