[go: up one dir, main page]

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

Validating URIs in JSON Schema like validator service. #517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

s-l-teichmann
Copy link
Contributor

The validator service validates the 'uri' format with a regular expression and does not allow encoding other than ASCII in this strings.
This PR emulates this behavior .

Solves #474

@tschmidtb51
Copy link
Collaborator

@bernhardreiter You mentioned in #474 (comment) to split the issue and address the problem upstream. Should we go ahead with this PR and then do the upstream thing or should we just track it here and hope for upstream to resolve the issue?

@s-l-teichmann
Copy link
Contributor Author

@bernhardreiter You mentioned in #474 (comment) to split the issue and address the problem upstream. Should we go ahead with this PR and then do the upstream thing or should we just track it here and hope for upstream to resolve the issue?

I will do the split out tomorrow.

@bernhardreiter
Copy link
Member

@s-l-teichmann did you do the split-up?

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.

Schema validation seems to ignore formats
3 participants