Fdw.Data.JsonSchema 1.0.0-rc.9

This is a prerelease version of Fdw.Data.JsonSchema.
dotnet add package Fdw.Data.JsonSchema --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Data.JsonSchema -Version 1.0.0-rc.9
                    
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="Fdw.Data.JsonSchema" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Data.JsonSchema" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.JsonSchema" />
                    
Project file
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 Fdw.Data.JsonSchema --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Data.JsonSchema, 1.0.0-rc.9"
                    
#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 Fdw.Data.JsonSchema@1.0.0-rc.9
                    
#: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=Fdw.Data.JsonSchema&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.JsonSchema&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

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 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.

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