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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
OpenAPI.NET
Public
Notifications
You must be signed in to change notification settings
Fork
286
Star
1.6k
Code
Issues
20
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add root property jsonSchemaDialect
- #1138
#1138
Merged
Maggie Kimani (MaggieKimani1)
merged 20 commits into
release/2.0.0
microsoft/OpenAPI.NET:release/2.0.0
from
mk/add-json-schema-dialect
microsoft/OpenAPI.NET:mk/add-json-schema-dialect
Copy head branch name to clipboard
Mar 7, 2023
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Add root property jsonSchemaDialect
#1138
Maggie Kimani (MaggieKimani1)
merged 20 commits into
release/2.0.0
microsoft/OpenAPI.NET:release/2.0.0
from
mk/add-json-schema-dialect
microsoft/OpenAPI.NET:mk/add-json-schema-dialect
Copy head branch name to clipboard
Commits
Commits on Jan 23, 2023
Add root property jsonSchemaDialect and serialization and deserialization logic
Maggie Kimani (MaggieKimani1)
committed
5741ae6
View commit details
Copy full SHA for 5741ae6
Browse repository at this point
Add test for validation; refactor existing tests by updating spec version for serialiazing/deserializing properties only available in v3.1
Maggie Kimani (MaggieKimani1)
committed
c0f218a
View commit details
Copy full SHA for c0f218a
Browse repository at this point
Add an optional spec version parameter to serialize method to write out version-specific properties
Maggie Kimani (MaggieKimani1)
committed
312abb0
View commit details
Copy full SHA for 312abb0
Browse repository at this point
Update the spec version in the diagnostic object to be more explicit
Maggie Kimani (MaggieKimani1)
committed
3fff889
View commit details
Copy full SHA for 3fff889
Browse repository at this point
Update verifier text result
Maggie Kimani (MaggieKimani1)
committed
e62c71f
View commit details
Copy full SHA for e62c71f
Browse repository at this point
Update public API surface
Maggie Kimani (MaggieKimani1)
committed
00e19eb
View commit details
Copy full SHA for 00e19eb
Browse repository at this point
Commits on Feb 20, 2023
Implement SerializeAs31 across model objects
Maggie Kimani (MaggieKimani1)
committed
d57aad8
View commit details
Copy full SHA for d57aad8
Browse repository at this point
Clean up tests
Maggie Kimani (MaggieKimani1)
committed
f381fb7
View commit details
Copy full SHA for f381fb7
Browse repository at this point
Commits on Feb 22, 2023
Simplify null check by using a coalescing operator
Maggie Kimani (MaggieKimani1)
committed
970a74c
View commit details
Copy full SHA for 970a74c
Browse repository at this point
Clean up tests
Maggie Kimani (MaggieKimani1)
committed
862504f
View commit details
Copy full SHA for 862504f
Browse repository at this point
Update public API
Maggie Kimani (MaggieKimani1)
committed
a6a68c2
View commit details
Copy full SHA for a6a68c2
Browse repository at this point
Commits on Feb 27, 2023
Implement PR feedback
Maggie Kimani (MaggieKimani1)
committed
f2f866a
View commit details
Copy full SHA for f2f866a
Browse repository at this point
Update property ordering
Maggie Kimani (MaggieKimani1)
committed
07d66aa
View commit details
Copy full SHA for 07d66aa
Browse repository at this point
Commits on Feb 28, 2023
Use a callback to explicitly call the Serialize methods
Maggie Kimani (MaggieKimani1)
committed
2baa14c
View commit details
Copy full SHA for 2baa14c
Browse repository at this point
Commits on Mar 1, 2023
Use action function instead of delegate; Add method for serializing v3.1 without reference and clean up tests
Maggie Kimani (MaggieKimani1)
committed
8963468
View commit details
Copy full SHA for 8963468
Browse repository at this point
Commits on Mar 6, 2023
Code cleanup
Maggie Kimani (MaggieKimani1)
committed
b1a695e
View commit details
Copy full SHA for b1a695e
Browse repository at this point
Refactor to reorder how properties are written for scope to be ended correctly
Maggie Kimani (MaggieKimani1)
committed
f2b651e
View commit details
Copy full SHA for f2b651e
Browse repository at this point
Commits on Mar 7, 2023
Use string comparison; refactor code
Maggie Kimani (MaggieKimani1)
committed
82b4c60
View commit details
Copy full SHA for 82b4c60
Browse repository at this point
Fix failing test and update public API surface
Maggie Kimani (MaggieKimani1)
committed
7d7e056
View commit details
Copy full SHA for 7d7e056
Browse repository at this point
Apply suggestions from code review
Vincent Biret (baywet)
authored
06f91f6
View commit details
Copy full SHA for 06f91f6
Browse repository at this point
You can’t perform that action at this time.