autodocodec-schema
Autodocodec interpreters for JSON Schema
https://github.com/NorfairKing/autodocodec#readme
LTS Haskell 23.27: | 0.2.0.1 |
Stackage Nightly 2025-07-12: | 0.2.0.1 |
Latest on Hackage: | 0.2.0.1 |
MIT licensedbyTom Sydney Kerckhove
Maintained by[email protected]
This version can be pinned in stack with:
autodocodec-schema-0.2.0.1@sha256:d6795f1176b3040564637b13716d792c9e5a3ccdf2fd890c3ae1f57aaf74ef11,1111
Module documentation for 0.2.0.1
- Autodocodec
Depends on 12 packages(full list with versions):
Used by 2 packages inlts-23.17(full list with versions):
Changes
Changelog
[0.2.0.1] - 2025-02-13
Added
jsonObjectSchemaViaCodec
jsonObjectSchemaVia
validateObjectAccordingTo
[0.2.0.0] - 2024-07-26
Added
- Support for
autodocodec >=0.4
. - The
IntegerSchema
constructor
Changed
- The
NumberSchema
now containsBounds Scientific
.
[0.1.0.4] - 2024-06-23
Added
Ord JSONSchema
Ord ObjectSchema
Ord KeyRequirement
[0.1.0.3] - 2023-01-18
Changed
- Compatibility with
mtl-2.3.1
[0.1.0.2] - 2022-07-21
Added
- Support for the
discriminatedUnionCodec
for discriminated unions inautodocodec-0.2.0.0
[0.1.0.1] - 2022-04-26
Added
- Compatibility with
aeson >= 2.0.0.0
[0.1.0.0] - 2021-12-21
Added
- Support for
autodocodec-0.0.1.0
.
Changed
ChoiceSchema
has been split intoOneOfSchema
andAnyOfSchema
[0.0.0.0] - 2021-11-19
First release.