Skip to content
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

Add Parameter to test against the URL and QueryString #82

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

byjg
Copy link
Owner

@byjg byjg commented Oct 29, 2024

This PR adds the validation against the URL parameter and Query String.

The definition in query:

parameters:
  - name: status
    in: query
    description: Status values that need to be considered for filter
    required: true
    explode: true
    schema:
      type: array
      items:
        type: string
        enum:
          - available
          - pending
          - sold
        default: available

or in path

parameters:
  - name: site
    in: path
    description: "Application context\n\nExample: 'sl'\n"
    required: true
    schema:
      type: string

Weren't validate. With this PR the system will validate properly

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