Corvus.Text.Json.AsyncApi30
5.1.19
dotnet add package Corvus.Text.Json.AsyncApi30 --version 5.1.19
NuGet\Install-Package Corvus.Text.Json.AsyncApi30 -Version 5.1.19
<PackageReference Include="Corvus.Text.Json.AsyncApi30" Version="5.1.19" />
<PackageVersion Include="Corvus.Text.Json.AsyncApi30" Version="5.1.19" />
<PackageReference Include="Corvus.Text.Json.AsyncApi30" />
paket add Corvus.Text.Json.AsyncApi30 --version 5.1.19
#r "nuget: Corvus.Text.Json.AsyncApi30, 5.1.19"
#:package Corvus.Text.Json.AsyncApi30@5.1.19
#addin nuget:?package=Corvus.Text.Json.AsyncApi30&version=5.1.19
#tool nuget:?package=Corvus.Text.Json.AsyncApi30&version=5.1.19
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.19)
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.1.19 | 0 | 6/19/2026 |
| 5.1.18 | 86 | 6/17/2026 |
| 5.1.17 | 86 | 6/17/2026 |
| 5.1.16 | 112 | 6/10/2026 |
| 5.1.14 | 96 | 6/9/2026 |
| 5.1.13 | 99 | 6/9/2026 |
| 5.1.12 | 104 | 6/8/2026 |
| 5.1.11 | 102 | 6/7/2026 |
| 5.1.10 | 96 | 6/7/2026 |
| 5.1.9 | 119 | 6/6/2026 |
| 5.1.8 | 100 | 6/5/2026 |
| 5.1.7 | 101 | 6/5/2026 |
| 5.1.6 | 108 | 6/4/2026 |
| 5.1.5 | 111 | 6/2/2026 |
| 5.1.4 | 106 | 6/2/2026 |
| 5.1.3 | 112 | 5/31/2026 |
| 5.1.2 | 113 | 5/31/2026 |
| 5.1.1 | 110 | 5/31/2026 |
| 5.1.0 | 136 | 5/28/2026 |