Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
parrish
/
json-schema_builder
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
33
Code
Issues
2
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
9 endless recursion fix
- #10
#10
Open
Haniyya
wants to merge 8 commits into
parrish:master
parrish/json-schema_builder:master
from
Haniyya:9-endless-recursion-fix
Haniyya/json-schema_builder:9-endless-recursion-fix
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
9 endless recursion fix
#10
Haniyya
wants to merge 8 commits into
parrish:master
parrish/json-schema_builder:master
from
Haniyya:9-endless-recursion-fix
Haniyya/json-schema_builder:9-endless-recursion-fix
Copy head branch name to clipboard
Commits
Commits on Mar 5, 2019
Extended example to hold another object in its anyOf that has null:
Show description for b315e75
Haniyya
committed
b315e75
View commit details
Copy full SHA for b315e75
Browse repository at this point
Moved the adding of null option from extract_types to initialization to
Show description for 9deb7cf
Haniyya
committed
9deb7cf
View commit details
Copy full SHA for 9deb7cf
Browse repository at this point
Cleaned up Entity#extract_types a bit
Haniyya
committed
850f939
View commit details
Copy full SHA for 850f939
Browse repository at this point
Added expand null spec
Haniyya
committed
c2889a1
View commit details
Copy full SHA for c2889a1
Browse repository at this point
Commits on Mar 6, 2019
Removed as_json as its not necessary here.
Haniyya
committed
b035060
View commit details
Copy full SHA for b035060
Browse repository at this point
Added building of any_of options to initialize children so that the options there are merged into the any_of for nullables.
Haniyya
committed
5954a26
View commit details
Copy full SHA for 5954a26
Browse repository at this point
Commits on Mar 29, 2019
Added buggy example.
Haniyya
committed
14bdad2
View commit details
Copy full SHA for 14bdad2
Browse repository at this point
Commits on Apr 1, 2019
Added horrible hack to fix the issue.
Haniyya
committed
d7fe1e6
View commit details
Copy full SHA for d7fe1e6
Browse repository at this point
You can’t perform that action at this time.