JsonSchema.Net
7.3.1
Requires NuGet 2.12 or higher.
dotnet add package JsonSchema.Net --version 7.3.1
NuGet\Install-Package JsonSchema.Net -Version 7.3.1
<PackageReference Include="JsonSchema.Net" Version="7.3.1" />
paket add JsonSchema.Net --version 7.3.1
#r "nuget: JsonSchema.Net, 7.3.1"
// Install JsonSchema.Net as a Cake Addin #addin nuget:?package=JsonSchema.Net&version=7.3.1 // Install JsonSchema.Net as a Cake Tool #tool nuget:?package=JsonSchema.Net&version=7.3.1
Summary
JsonSchema.Net fully implements the JSON Schema specifications, a declarative syntax for validation and annotating JSON data.
Supported specifications:
- Draft 6 -
http://json-schema.org/draft-06/schema#
- Draft 7 -
http://json-schema.org/draft-07/schema#
- Draft 2019-09 -
https://json-schema.org/draft/2019-09/schema
- Draft 2020-12 -
https://json-schema.org/draft/2020-12/schema
This project also operates as a test bed for features proposed for the next version ("draft/next").
Links
Usage
Parse a schema:
var schema = JsonSchema.FromText(content);
Load one from a file:
var schema = JsonSchema.FromFile(filename);
Directly deserialize it:
var schema = JsonSerializer.Deserialize<JsonSchema>(content);
Or build it explicitly in code:
var schema = new JsonSchemaBuilder()
.Comment("a comment")
.Title("A title for my schema")
.Type(SchemaValueType.Object)
.Properties(
("foo", new JsonSchemaBuilder()
.Type(SchemaValueType.String)
),
("bar", new JsonSchemaBuilder()
.Type(SchemaValueType.Number)
)
)
.Build();
Use the schema to evaluate and annotate data:
var instance = JsonNode.Parse("{\"foo\":\"a value\",\"bar\":42}");
var results = schema.Evaluate(instance);
Sponsorship
If you found this library helpful and would like to promote continued development, please consider sponsoring the maintainers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- JsonPointer.Net (>= 5.1.0)
NuGet packages (71)
Showing the top 5 NuGet packages that depend on JsonSchema.Net:
Package | Downloads |
---|---|
Microsoft.PowerShell.Commands.Utility
Runtime for hosting PowerShell |
|
JsonSchema.Net.Generation
Extends JsonSchema.Net to provide schema generation functionality |
|
CycloneDX.Core
A .NET Standard library for CycloneDX bill-of-material documents. |
|
Qart.Testing
Package Description |
|
com.etsoo.CoreFramework
ETSOO Shared Core Framework 亿速思维共享核心框架 |
GitHub repositories (17)
Showing the top 5 popular GitHub repositories that depend on JsonSchema.Net:
Repository | Stars |
---|---|
PowerShell/PowerShell
PowerShell for every system!
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
dotnet/docfx
Static site generator for .NET API documentation.
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
Version | Downloads | Last updated | |
---|---|---|---|
7.3.1 | 54,392 | 12/28/2024 | |
7.3.0 | 88,977 | 12/1/2024 | |
7.2.3 | 429,258 | 9/20/2024 | |
7.2.2 | 150,949 | 8/18/2024 | |
7.2.1 | 2,191 | 8/16/2024 | |
7.2.0 | 66,666 | 8/7/2024 | |
7.1.2 | 306,249 | 7/2/2024 | |
7.1.1 | 30,823 | 6/28/2024 | |
7.1.0 | 16,732 | 6/25/2024 | |
7.0.4 | 471,685 | 6/8/2024 | |
7.0.3 | 30,480 | 6/3/2024 | |
7.0.2 | 95,805 | 5/13/2024 | |
7.0.1 | 33,150 | 5/7/2024 | |
7.0.0.3 | 43,008 | 5/1/2024 | |
6.1.2 | 92,774 | 4/22/2024 | |
6.1.1 | 7,340 | 4/20/2024 | |
6.1.0.1 | 115,806 | 4/19/2024 | |
6.1.0 | 32,273 | 4/18/2024 | |
6.0.7 | 98,297 | 3/25/2024 | |
6.0.6 | 2,611 | 3/24/2024 | |
6.0.5 | 79,602 | 3/18/2024 | |
6.0.4 | 91,300 | 3/3/2024 | |
6.0.3 | 194,297 | 2/19/2024 | |
6.0.2 | 26,753 | 2/7/2024 | |
6.0.1 | 15,416 | 2/3/2024 | |
6.0.0 | 64,344 | 2/3/2024 | |
5.5.1 | 242,716 | 1/21/2024 | |
5.5.0 | 154,197 | 1/8/2024 | |
5.4.3 | 83,703 | 12/19/2023 | |
5.4.2 | 977,407 | 12/5/2023 | |
5.4.1 | 8,503 | 12/2/2023 | |
5.4.0 | 89,606 | 11/21/2023 | |
5.3.1 | 455,409 | 11/4/2023 | |
5.3.0 | 18,519 | 10/30/2023 | |
5.2.7 | 1,374,101 | 10/28/2023 | |
5.2.6 | 240,554 | 10/1/2023 | |
5.2.5 | 69,232 | 9/10/2023 | |
5.2.4 | 765 | 9/10/2023 | |
5.2.3 | 6,776 | 9/8/2023 | |
5.2.2 | 433 | 9/7/2023 | |
5.2.1 | 28,842 | 9/1/2023 | |
5.2.0 | 32,213 | 8/22/2023 | |
5.1.3 | 68,836 | 8/5/2023 | |
5.1.0 | 2,201 | 8/4/2023 | |
5.0.0 | 1,992 | 8/2/2023 | |
4.1.8 | 127,614 | 7/21/2023 | |
4.1.7 | 2,924 | 7/20/2023 | |
4.1.6 | 245,524 | 7/3/2023 | |
4.1.5 | 1,112,797 | 6/13/2023 | |
4.1.4 | 409 | 6/13/2023 | |
4.1.3 | 2,348 | 6/10/2023 | |
4.1.2 | 7,108 | 6/7/2023 | |
4.1.1 | 233,169 | 5/5/2023 | |
4.1.0 | 50,820 | 4/30/2023 | |
4.0.7 | 1,027 | 4/28/2023 | |
4.0.6 | 17,028 | 4/23/2023 | |
4.0.5 | 5,722 | 4/20/2023 | |
4.0.4 | 51,970 | 4/19/2023 | |
4.0.3 | 103,089 | 4/5/2023 | |
4.0.2 | 20,985 | 3/29/2023 | |
4.0.1 | 8,912 | 3/27/2023 | |
4.0.0 | 91,668 | 3/19/2023 | |
4.0.0-beta3 | 5,458 | 2/28/2023 | |
4.0.0-beta2 | 7,993 | 12/14/2022 | |
4.0.0-beta1a | 666 | 12/1/2022 | |
3.3.2 | 971,250 | 11/13/2022 | |
3.3.1 | 2,162 | 11/11/2022 | |
3.3.0 | 34,979 | 11/6/2022 | |
3.2.1 | 241,904 | 9/4/2022 | |
3.2.0 | 406,063 | 7/11/2022 | |
3.1.5 | 5,412 | 7/11/2022 | |
3.1.4 | 10,087 | 7/5/2022 | |
3.1.3 | 528 | 7/5/2022 | |
3.1.2 | 13,161 | 6/28/2022 | |
3.1.1 | 20,452 | 6/16/2022 | |
3.1.0 | 4,200 | 6/15/2022 | |
3.0.0 | 7,546 | 6/13/2022 | |
2.4.0 | 114,467 | 5/26/2022 | |
2.3.0 | 97,140 | 4/4/2022 | |
2.2.1 | 19,661 | 3/31/2022 | |
2.2.0 | 50,576 | 3/24/2022 | |
2.1.2 | 18,827 | 3/22/2022 | |
2.1.1 | 21,687 | 2/25/2022 | |
2.1.0 | 5,694 | 2/23/2022 | |
2.0.3 | 12,764 | 2/12/2022 | |
2.0.2 | 13,865 | 2/9/2022 | |
2.0.1 | 53,101 | 1/28/2022 | |
2.0.0 | 68,939 | 1/13/2022 | |
1.13.0 | 18,446 | 1/12/2022 | |
1.12.0 | 50,142 | 12/5/2021 | |
1.11.6 | 16,348 | 11/29/2021 | |
1.11.5 | 42,193 | 11/11/2021 | |
1.11.4 | 7,864 | 11/5/2021 | |
1.11.3 | 131,054 | 9/22/2021 | |
1.11.2 | 85,571 | 9/5/2021 | |
1.11.1 | 497 | 9/5/2021 | |
1.11.0 | 480 | 9/4/2021 | |
1.10.8 | 17,060 | 8/27/2021 | |
1.10.7 | 134,946 | 7/13/2021 | |
1.10.6 | 16,961 | 7/2/2021 | |
1.10.5 | 1,816 | 6/29/2021 | |
1.10.4 | 23,077 | 6/20/2021 | |
1.10.3 | 30,668 | 6/5/2021 | |
1.10.2 | 44,590 | 4/17/2021 | |
1.10.1 | 958 | 4/14/2021 | |
1.10.0 | 1,747 | 4/10/2021 | |
1.9.4 | 5,854 | 4/3/2021 | |
1.9.3 | 30,874 | 3/5/2021 | |
1.9.2 | 532 | 3/3/2021 | |
1.9.1 | 24,135 | 2/24/2021 | |
1.9.0 | 946 | 2/24/2021 | |
1.8.0 | 7,773 | 2/3/2021 | |
1.7.1 | 5,950 | 1/21/2021 | |
1.7.0 | 1,865 | 1/17/2021 | |
1.6.1 | 3,065 | 1/1/2021 | |
1.6.0 | 7,616 | 12/14/2020 | |
1.5.4 | 5,355 | 11/28/2020 | |
1.5.3 | 2,615 | 11/26/2020 | |
1.5.2 | 924 | 11/22/2020 | |
1.5.1 | 2,061 | 11/3/2020 | |
1.5.0 | 669 | 11/1/2020 | |
1.4.0 | 570 | 10/30/2020 | |
1.3.1 | 638 | 10/22/2020 | |
1.3.0 | 989 | 10/17/2020 | |
1.2.0 | 2,572 | 10/9/2020 | |
1.1.0 | 804 | 10/5/2020 | |
1.0.3 | 583 | 9/29/2020 | |
1.0.2 | 1,794 | 9/1/2020 | |
1.0.1 | 615 | 9/1/2020 | |
1.0.0 | 5,315 | 8/29/2020 | |
1.0.0-rc2 | 402 | 8/29/2020 | |
1.0.0-rc1 | 365 | 8/28/2020 |
Release notes can be found at https://json-everything.net/json-schema