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 support for URI format in JSON schema validation #1165

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. Add URI to json_schema.py

    Muhtasham authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c8dbbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91fa56b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Refine URI regex

    Update URI regex pattern to remove unnecessary `www.` and restrict `@` to the auth portion. Comment added to clarify support for a subset of RFC 3986 (https URLs with optional auth details).
    Muhtasham authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1908514 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5df3c10 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. pre-commit

    Muhtasham committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ca2055c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73e468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f0ea6 View commit details
    Browse the repository at this point in the history