- Fixed an issue where OAuth objects incorrectly required various URLs.
0.3.4 (v0.3.3 redacted)
- Added .Net Standard 2.0 support.
- Fixed a bug that
Draft4Support.Enable()
crashed when called multiple times.
v0.3.1.1 is a re-publish to include these release notes.
- Added
.EvaluatePayload()
extension onOpenApiDocument
. - Updated array members from
IEnumerable<T>
toIReadOnlyList<T>
to enable indexer access.
- Updated JsonSchema.Net.
- Set up for Native AOT.
Automatically register draft 4 type
keyword.