Corvus.Text.Json.AsyncApi30
5.1.2
See the version list below for details.
dotnet add package Corvus.Text.Json.AsyncApi30 --version 5.1.2
NuGet\Install-Package Corvus.Text.Json.AsyncApi30 -Version 5.1.2
<PackageReference Include="Corvus.Text.Json.AsyncApi30" Version="5.1.2" />
<PackageVersion Include="Corvus.Text.Json.AsyncApi30" Version="5.1.2" />
<PackageReference Include="Corvus.Text.Json.AsyncApi30" />
paket add Corvus.Text.Json.AsyncApi30 --version 5.1.2
#r "nuget: Corvus.Text.Json.AsyncApi30, 5.1.2"
#:package Corvus.Text.Json.AsyncApi30@5.1.2
#addin nuget:?package=Corvus.Text.Json.AsyncApi30&version=5.1.2
#tool nuget:?package=Corvus.Text.Json.AsyncApi30&version=5.1.2
Corvus.Text.Json.AsyncApi30
Strongly-typed V5 model types for AsyncAPI 3.0 specifications.
Overview
This package provides a complete, strongly-typed C# representation of AsyncAPI 3.0 documents, generated from the official AsyncAPI 3.0 JSON Schema metaschema using the Corvus.Text.Json source generator.
The root type is AsyncApiDocument, which gives you typed access to:
Servers— server definitions with protocol bindingsChannels— reusable channel definitionsOperations— top-level operation definitions withaction(send/receive)Components— reusable schemas, messages, channels, operations, security schemesInfo— API metadata (title, version, description, contact, license)
Usage
using Corvus.Text.Json;
using Corvus.Text.Json.AsyncApi30;
using ParsedJsonDocument<AsyncApiDocument> doc = ParsedJsonDocument<AsyncApiDocument>.Parse(specJson);
AsyncApiDocument root = doc.RootElement;
// Access operations
foreach (var op in root.Operations.EnumerateObject())
{
Console.WriteLine($"Operation: {op.Name} Action: {op.Value.Action}");
}
License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Corvus.Text.Json (>= 5.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Corvus.Text.Json.AsyncApi30:
| Package | Downloads |
|---|---|
|
Corvus.Text.Json.AsyncApi.CodeGeneration
Code generation engine for AsyncAPI specifications. Walks AsyncAPI 2.6 and 3.0 typed models to emit producer, consumer, and message types. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.2.7 | 40 | 7/12/2026 |
| 5.2.6 | 50 | 7/11/2026 |
| 5.2.5 | 101 | 7/7/2026 |
| 5.2.4 | 112 | 7/6/2026 |
| 5.2.3 | 129 | 6/27/2026 |
| 5.2.2 | 108 | 6/27/2026 |
| 5.2.1 | 115 | 6/25/2026 |
| 5.2.0 | 118 | 6/23/2026 |
| 5.1.19 | 110 | 6/19/2026 |
| 5.1.18 | 193 | 6/17/2026 |
| 5.1.17 | 120 | 6/17/2026 |
| 5.1.16 | 128 | 6/10/2026 |
| 5.1.14 | 119 | 6/9/2026 |
| 5.1.13 | 125 | 6/9/2026 |
| 5.1.12 | 117 | 6/8/2026 |
| 5.1.11 | 118 | 6/7/2026 |
| 5.1.10 | 110 | 6/7/2026 |
| 5.1.9 | 137 | 6/6/2026 |
| 5.1.8 | 113 | 6/5/2026 |
| 5.1.2 | 118 | 5/31/2026 |