Fdw.Data.JsonSchema
1.0.0-rc.9
dotnet add package Fdw.Data.JsonSchema --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Data.JsonSchema -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Data.JsonSchema" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Data.JsonSchema" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Data.JsonSchema" />
paket add Fdw.Data.JsonSchema --version 1.0.0-rc.9
#r "nuget: Fdw.Data.JsonSchema, 1.0.0-rc.9"
#:package Fdw.Data.JsonSchema@1.0.0-rc.9
#addin nuget:?package=Fdw.Data.JsonSchema&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Data.JsonSchema&version=1.0.0-rc.9&prerelease
Fdw.Data.JsonSchema
JSON Schema inference and mapping to FDW field types.
A TypeCollection and its options — an extensible enum. Members are discovered at compile time and reachable by ByName / ById / All; a lookup that finds nothing returns a NotFound sentinel rather than null, so a caller never has to null-check a lookup.
A module initializer collects every [TypeOption] in every referenced assembly and dedupes them into the collection at load. Adding a member is a package reference plus a declaration — the collection itself is never edited.
Collections
| Type | Kind | Purpose |
|---|---|---|
JsonSchemaConverters |
class | TypeCollection for JSON Schema data type converters. Child collection of DataTypeConverters. Provides… |
Options (14 declared)
| Type | Kind | Purpose |
|---|---|---|
JsonSchemaArrayConverter |
class | Converts JSON Schema array to CLR String (serialized JSON). |
JsonSchemaBooleanConverter |
class | Converts JSON Schema boolean to CLR Boolean. |
JsonSchemaConverters |
class | TypeCollection for JSON Schema data type converters. Child collection of DataTypeConverters. Provides… |
JsonSchemaIntegerInt32Converter |
class | Converts JSON Schema integer (int32 format) to CLR Int32. |
JsonSchemaIntegerInt64Converter |
class | Converts JSON Schema integer (int64 format) to CLR Int64. |
JsonSchemaNumberDecimalConverter |
class | Converts JSON Schema number (default/no format) to CLR Decimal. |
JsonSchemaNumberDoubleConverter |
class | Converts JSON Schema number (double format) to CLR Double. |
JsonSchemaNumberFloatConverter |
class | Converts JSON Schema number (float format) to CLR Single. |
JsonSchemaObjectConverter |
class | Converts JSON Schema object to CLR String (serialized JSON). |
JsonSchemaStringConverter |
class | Converts JSON Schema string (default/no format) to CLR String. |
JsonSchemaStringDateConverter |
class | Converts JSON Schema string (date format) to CLR DateOnly. |
JsonSchemaStringDateTimeConverter |
class | Converts JSON Schema string (date-time format) to CLR DateTime. |
JsonSchemaStringTimeConverter |
class | Converts JSON Schema string (time format) to CLR TimeOnly. |
JsonSchemaStringUuidConverter |
class | Converts JSON Schema string (uuid format) to CLR Guid. |
Installation
dotnet add package Fdw.Data.JsonSchema --prerelease
Dependencies
Fdw.Collections · Fdw.Data.Abstractions · Fdw.Data.Builders · Fdw.Data.Importers.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under 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
- Cronos (>= 0.13.0)
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.Builders (>= 1.0.0-rc.9)
- Fdw.Data.SchemaImporters.Abstractions (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.OData.Edm (>= 8.4.3)
- Microsoft.OpenApi.Readers (>= 1.6.29)
- Polly.Core (>= 8.6.6)
- Serilog (>= 4.3.1)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fdw.Data.JsonSchema:
| Package | Downloads |
|---|---|
|
Fdw.Services.Data
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Data.DataStores.Rest
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 148 | 8/25/2026 |
| 1.0.0-rc.8 | 155 | 8/25/2026 |
| 1.0.0-rc.6.1 | 409 | 8/20/2026 |
| 1.0.0-rc.6 | 424 | 8/20/2026 |
| 1.0.0-rc.5 | 475 | 8/19/2026 |
| 1.0.0-rc.4 | 370 | 8/19/2026 |
| 1.0.0-rc.3 | 362 | 8/17/2026 |
| 1.0.0-rc.1 | 186 | 8/10/2026 |