Conjecture.JsonSchema.Abstractions
0.29.0
dotnet add package Conjecture.JsonSchema.Abstractions --version 0.29.0
NuGet\Install-Package Conjecture.JsonSchema.Abstractions -Version 0.29.0
<PackageReference Include="Conjecture.JsonSchema.Abstractions" Version="0.29.0" />
<PackageVersion Include="Conjecture.JsonSchema.Abstractions" Version="0.29.0" />
<PackageReference Include="Conjecture.JsonSchema.Abstractions" />
paket add Conjecture.JsonSchema.Abstractions --version 0.29.0
#r "nuget: Conjecture.JsonSchema.Abstractions, 0.29.0"
#:package Conjecture.JsonSchema.Abstractions@0.29.0
#addin nuget:?package=Conjecture.JsonSchema.Abstractions&version=0.29.0
#tool nuget:?package=Conjecture.JsonSchema.Abstractions&version=0.29.0
Conjecture.JsonSchema.Abstractions
Schema-format adapter contracts for Conjecture property-based testing. Reference this package when building a new schema-format adapter (e.g. YAML Schema, AsyncAPI). End-user test code should reference Conjecture.JsonSchema instead.
Who is this for?
Authors building a strategy provider driven by a schema format that compiles down to the JsonSchemaNode tree — for example, a YAML Schema reader or an AsyncAPI message schema adapter.
Install
dotnet add package Conjecture.JsonSchema.Abstractions
Types
| Type | Role |
|---|---|
JsonSchemaNode |
Immutable record representing a parsed JSON Schema node. Build or transform this tree, then pass it to Strategy.FromJsonSchema(node) from Conjecture.JsonSchema. |
JsonSchemaType |
Enum of JSON Schema primitive types (Boolean, Integer, Number, String, Array, Object, etc.). |
JsonSchemaParser |
Parse(JsonElement root) — converts a JSON Schema document element into a JsonSchemaNode tree. |
Links
| 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
- Conjecture.Core.Abstractions (>= 0.29.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Conjecture.JsonSchema.Abstractions:
| Package | Downloads |
|---|---|
|
Conjecture.JsonSchema
JSON Schema-driven generation for Conjecture property-based testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.