Bielu.Overlay.NET
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Bielu.Overlay.NET --version 1.0.0
NuGet\Install-Package Bielu.Overlay.NET -Version 1.0.0
<PackageReference Include="Bielu.Overlay.NET" Version="1.0.0" />
<PackageVersion Include="Bielu.Overlay.NET" Version="1.0.0" />
<PackageReference Include="Bielu.Overlay.NET" />
paket add Bielu.Overlay.NET --version 1.0.0
#r "nuget: Bielu.Overlay.NET, 1.0.0"
#:package Bielu.Overlay.NET@1.0.0
#addin nuget:?package=Bielu.Overlay.NET&version=1.0.0
#tool nuget:?package=Bielu.Overlay.NET&version=1.0.0
Bielu.Overlay.NET
Object model, validation and apply engine for the OpenAPI Overlay Specification — 1.0.0 and 1.1.0.
An overlay is a small document of ordered actions, each selecting nodes with an RFC 9535 JSONPath
target and then update-ing, copy-ing or remove-ing them. It turns "strip the internal
endpoints before publishing" from imperative code into a reviewable artifact.
Not just OpenAPI
The engine operates on System.Text.Json.Nodes.JsonNode and nothing else. It has no dependency
on any object model, so it applies equally to OpenAPI, AsyncAPI, Arazzo, or any other JSON/YAML
description. That is the point: every other implementation is bound to a single document type.
Installation
dotnet add package Bielu.Overlay.NET
Usage
var result = OverlayApplier.Apply(document, overlay, new OverlayApplyOptions { Strict = true });
JsonNode? transformed = result.Document;
Actions apply sequentially against the mutated tree, as the specification requires, and the
merge/copy/remove semantics are gated on the version the overlay declares — 1.1.0 added copy,
primitive targets and array concatenation, and a 1.0.0 document still gets 1.0.0 behaviour.
Verified against the OpenAPI Initiative's own conformance suite. To read overlay files, add Bielu.Overlay.NET.Readers.
Documentation
Feedback & Contributing
Released under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| 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
- JsonPath.Net (>= 3.0.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Bielu.Overlay.NET:
| Package | Downloads |
|---|---|
|
Bielu.Overlay.NET.Readers
JSON and YAML readers for the OpenAPI Overlay Specification, producing Bielu.Overlay.NET documents with diagnostics. |
|
|
Bielu.AspNetCore.AsyncApi.Overlay
Applies OpenAPI Overlays to AsyncAPI documents inside the generation pipeline, so the document served by MapAsyncApi() (and produced by build-time generation) is already transformed — no post-processing step and no second artifact to keep in sync. |
|
|
Bielu.AspNetCore.Arazzo.Overlay
Applies OpenAPI Overlays to Arazzo workflow documents inside the generation pipeline, so the document served by MapArazzo() is already transformed — no post-processing step and no second artifact to keep in sync. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1-beta.20260808071927 | 41 | 8/8/2026 |
| 1.0.0 | 115 | 8/2/2026 |
| 1.0.0-beta.639217237252543535 | 50 | 8/7/2026 |
| 1.0.0-beta.639212611648129867 | 58 | 8/2/2026 |
| 1.0.0-beta.639212599446238423 | 63 | 8/2/2026 |
| 1.0.0-beta.639212120718910090 | 62 | 8/1/2026 |
| 1.0.0-beta.639212076260211021 | 62 | 8/1/2026 |
| 1.0.0-beta.639212044042877584 | 62 | 8/1/2026 |
| 1.0.0-beta.639209220947418460 | 55 | 7/29/2026 |
| 1.0.0-beta.639209066819502286 | 53 | 7/29/2026 |
| 1.0.0-beta.639208696856244784 | 56 | 7/28/2026 |