SemanticTypeModel.JsonSchema
2.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SemanticTypeModel.JsonSchema --version 2.2.0
NuGet\Install-Package SemanticTypeModel.JsonSchema -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SemanticTypeModel.JsonSchema" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SemanticTypeModel.JsonSchema" Version="2.2.0" />
<PackageReference Include="SemanticTypeModel.JsonSchema" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SemanticTypeModel.JsonSchema --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SemanticTypeModel.JsonSchema, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SemanticTypeModel.JsonSchema@2.2.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SemanticTypeModel.JsonSchema&version=2.2.0
#tool nuget:?package=SemanticTypeModel.JsonSchema&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SemanticTypeModel.JsonSchema
SemanticTypeModel.JsonSchema derives JSON Schema semantic models from code-first canonical SemanticTypeModel metadata and exports JSON Schema Draft 2020-12 documents.
dotnet add package SemanticTypeModel.JsonSchema --version 2.2.0
What it does
- Derives a JSON Schema domain semantic model from the canonical semantic model.
- Exports deterministic JSON Schema Draft 2020-12 documents.
- Supports envelope projection policies, including envelope-root and payload-root views.
- Supports ownership, versioning, temporal-validity, lifecycle-state, and extension-data semantics through safe schema defaults and explicit projection policies.
- Provides JSON Editor compatibility as an export mode.
Annotated .NET code is the supported canonical authoring source. JSON Schema import is not the supported canonical model creation path for new consumers.
More details: public-docs/guides/json-schema.md.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- SemanticTypeModel.Abstractions (>= 2.2.0)
- SemanticTypeModel.Core (>= 2.2.0)
- SemanticTypeModel.DependencyInjection (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 42 | 8/23/2026 |
| 4.0.1 | 79 | 8/18/2026 |
| 4.0.0 | 91 | 8/16/2026 |
| 2.6.0 | 105 | 8/4/2026 |
| 2.5.3 | 97 | 8/4/2026 |
| 2.5.1 | 90 | 8/4/2026 |
| 2.5.0 | 98 | 8/3/2026 |
| 2.4.6 | 97 | 8/3/2026 |
| 2.4.5 | 93 | 8/3/2026 |
| 2.4.4 | 101 | 8/2/2026 |
| 2.4.3 | 92 | 7/31/2026 |
| 2.4.2 | 97 | 7/31/2026 |
| 2.4.1 | 98 | 7/3/2026 |
| 2.4.0 | 106 | 7/2/2026 |
| 2.3.0 | 109 | 6/20/2026 |
| 2.2.0 | 124 | 6/16/2026 |
| 2.1.0 | 119 | 6/15/2026 |
| 2.0.0 | 111 | 6/7/2026 |
| 1.1.0 | 113 | 6/4/2026 |
| 1.0.0 | 122 | 6/1/2026 |
Loading failed