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

lexicon nits: use string format uri in more places #2348

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

bnewbold
Copy link
Collaborator

Mentioned in #2111

This is technically a Lexicon evolution rules-breaking change, because it is adding a non-optional restriction on an existing field. This is part of final cleanup of existing Lexicons trying to hit all such final "breaking" changes.

In practice, I think this is basically a no-op as we aren't validating uri fields against any format or regex in the typescript implementation (I probably will require them to be URIs of some sort in the golang Lexicon validator).

Some of these changes appeared earlier in #1994, which was mostly about string length limits, and we needed to revert. I'm trying to both be more complete here, and to break up these changes in to more focused chunks.

@bnewbold bnewbold merged commit 6e552a2 into main Mar 20, 2024
10 checks passed
@bnewbold bnewbold deleted the bnewbold/lex-more-uri branch March 20, 2024 17:17
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.

None yet

2 participants