Levyks.Corvus.Text.Json.AsyncApi30
0.0.0-levyks.1
dotnet add package Levyks.Corvus.Text.Json.AsyncApi30 --version 0.0.0-levyks.1
NuGet\Install-Package Levyks.Corvus.Text.Json.AsyncApi30 -Version 0.0.0-levyks.1
<PackageReference Include="Levyks.Corvus.Text.Json.AsyncApi30" Version="0.0.0-levyks.1" />
<PackageVersion Include="Levyks.Corvus.Text.Json.AsyncApi30" Version="0.0.0-levyks.1" />
<PackageReference Include="Levyks.Corvus.Text.Json.AsyncApi30" />
paket add Levyks.Corvus.Text.Json.AsyncApi30 --version 0.0.0-levyks.1
#r "nuget: Levyks.Corvus.Text.Json.AsyncApi30, 0.0.0-levyks.1"
#:package Levyks.Corvus.Text.Json.AsyncApi30@0.0.0-levyks.1
#addin nuget:?package=Levyks.Corvus.Text.Json.AsyncApi30&version=0.0.0-levyks.1&prerelease
#tool nuget:?package=Levyks.Corvus.Text.Json.AsyncApi30&version=0.0.0-levyks.1&prerelease
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.2.13)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Levyks.Corvus.Text.Json.AsyncApi30:
| Package | Downloads |
|---|---|
|
Levyks.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 |
|---|---|---|
| 0.0.0-levyks.1 | 49 | 8/5/2026 |