Bithero.JsonSchema (0.3.0)

Published 2024-07-01 07:54:33 +02:00 by mai-lapyst in bithero-csharp/jsonschema

Installation

dotnet nuget add source --name bithero-csharp --username your_username --password your_token 
dotnet add package --source bithero-csharp --version 0.3.0 Bithero.JsonSchema

About this package

Json Schema Library

Bithero.JsonSchema

Library to provide objects to work with json-schemas.

License

This project is licensed under AGPL-3.0-or-later. For more details, please read the LICENSE file.

0.3.0:

  • Added JsonSchema.Root property.
  • Fixed empty ICollection's being serialized in a schema.
  • Fixed references to JSchema.Maximum in WriteMinMax; disallowed rewriting of draft06+ syntax of exclusiveMaximum and -Minimum to previous versions.
  • Added way more documentation.
  • Removed misspelled and duplicate field JSchema.ContentEnconding; use JSchema.ContentEncoding instead.

0.2.0:

  • Added full support up to draft-07.

0.1.0:

  • Initial release!
  • Added write capabilities for Schemas.
  • Added full support up to draft-03.
  • Added partial support up to draft-07.

Dependencies

ID Version Target Framework
Newtonsoft.Json 13.0.3 net8.0
OneOf 3.0.271 net8.0
Details
NuGet
2024-07-01 07:54:33 +02:00
30
Mai Lapyst
37 KiB
Assets (2)
Versions (2) View all
0.3.0 2024-07-01
0.2.0 2024-06-28