Info
Version: | 2.0.0 |
Author(s): | Philippe Krüttli |
Last Update: | Friday, February 10, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/OpenAPI2JsonSchema |
Install
Install-Package OpenAPI2JsonSchema
dotnet add package OpenAPI2JsonSchema
paket add OpenAPI2JsonSchema
OpenAPI2JsonSchema Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- Microsoft.OpenApi.Readers(>= 1.1.4)
- NJsonSchema(>= 10.1.8)
Tags
With this package you only have to create a full OpenAPI-specification which then lets you create JSON-schemas for e.g. frontend-validation automatically.