Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Python-Repository-Hub
/
jsonschema
Public
forked from
python-jsonschema/jsonschema
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Projects
Security
Insights
Commits
Branch selector
17384e7
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 5, 2022
Fix sphinx nitpick error arising from annotations
Show description for 17384e7
sirosen
committed
17384e7
Copy full SHA for 17384e7
Fix nitpick error on type annotation
Show description for 631fba1
sirosen
committed
631fba1
Copy full SHA for 631fba1
Use future import for type annotations
Show description for 2474242
sirosen
committed
2474242
Copy full SHA for 2474242
Parenthesize dict-tuple to pacify pypy3.7 parser
Show description for ec8dab1
sirosen
committed
ec8dab1
Copy full SHA for ec8dab1
Fix typing_extensions import handling for mypy
Show description for a8c131b
sirosen
committed
a8c131b
Copy full SHA for a8c131b
Setup mypy in `tox -e typing` and get it to pass
Show description for 5a2f8ee
sirosen
committed
5a2f8ee
Copy full SHA for 5a2f8ee
Commits on Jan 4, 2022
Skip the vocabulary tests that don't pass yet.
Julian
committed
fc0990a
Copy full SHA for fc0990a
Merge commit '2f004cab9e731cc979b42fddfd1368818f73c4f6'
Show description for 67191bc
Julian
committed
67191bc
Copy full SHA for 67191bc
Squashed 'json/' changes from 9263b5250..20fb14bde
Show description for 2f004ca
Julian
committed
2f004ca
Copy full SHA for 2f004ca
Commits on Jan 1, 2022
v4.3.3 -> CHANGELOG
Julian
committed
9534e07
Copy full SHA for 9534e07
Merge pull request #899 from Kojoley/move-warning-to-user-context
Show description for 480f357
Julian
authored
480f357
Copy full SHA for 480f357
Move warnings to user context
Show description for 15d7cb9
Kojoley
committed
15d7cb9
Copy full SHA for 15d7cb9
Commits on Dec 27, 2021
Merge pull request #897 from Julian/pre-commit-ci-update-config
Show description for 405f735
Julian
authored
405f735
Copy full SHA for 405f735
[pre-commit.ci] pre-commit autoupdate
Show description for 7384ab8
pre-commit-ci[bot]
authored
7384ab8
Copy full SHA for 7384ab8
Commits on Dec 20, 2021
Add v4.3.2 to the changelog.
Julian
committed
dfec932
Copy full SHA for dfec932
Commits on Dec 19, 2021
Privated.
Julian
committed
afb0b73
Copy full SHA for afb0b73
Merge remote-tracking branch 'Stranger6667/dd/more-ref-cache'
Show description for 359b33d
Julian
committed
359b33d
Copy full SHA for 359b33d
Commits on Dec 18, 2021
perf: Cache subschemas
Stranger6667
committed
68b0454
Copy full SHA for 68b0454
Commits on Dec 17, 2021
v4.3.1 -> CHANGELOG
Julian
committed
02ca9fa
Copy full SHA for 02ca9fa
Merge remote-tracking branch 'Stranger6667/dd/cache-ref-resolving'
Show description for d5c4d07
Julian
committed
d5c4d07
Copy full SHA for d5c4d07
Commits on Dec 16, 2021
docs: Update changelog
Stranger6667
committed
251763a
Copy full SHA for 251763a
perf: Replace the `Validator.evolve` method with an equivalent class attribute
Stranger6667
committed
7c19bc9
Copy full SHA for 7c19bc9
perf: Use cached lookups for resolving fragments if the referent document is known
Stranger6667
committed
9f86718
Copy full SHA for 9f86718
Commits on Dec 15, 2021
perf: Cache reference lookups for subschemas
Stranger6667
committed
60242e7
Copy full SHA for 60242e7
Shorten the protocol test.
Julian
committed
0878727
Copy full SHA for 0878727
Remove relative imports
Julian
committed
5b4d5b7
Copy full SHA for 5b4d5b7
Schemas can be bools too in newer drafts.
Julian
committed
92d93c1
Copy full SHA for 92d93c1
Remove a last use of 'interface' instead of 'protocol'.
Julian
committed
f1240a7
Copy full SHA for f1240a7
Minor CHANGELOG twiddling in prep for v4.3.0.
Julian
committed
b193608
Copy full SHA for b193608
Merge pull request #890 from sirosen/add-validator-protocol
Show description for 4828032
Julian
authored
4828032
Copy full SHA for 4828032
Merge pull request #893 from Stranger6667/dd/uniq-bug
Show description for ac7b838
Julian
authored
ac7b838
Copy full SHA for ac7b838
perf: Undesired fallback to brute force container uniqueness check on certain input types
Stranger6667
committed
f9f8995
Copy full SHA for f9f8995
Commits on Dec 13, 2021
Fix doc linting build
Show description for 3a62925
sirosen
committed
3a62925
Copy full SHA for 3a62925
Fix references to IValidator; add protocol tests
Show description for 94dea8b
sirosen
committed
94dea8b
Copy full SHA for 94dea8b
Update the doc requirements.
Show description for c8059bc
Julian
committed
c8059bc
Copy full SHA for c8059bc
Pagination
Previous
Next
You can’t perform that action at this time.