UNPKG

json-schema-poet

Version:

[JSON Schema](https://json-schema.org) is a useful way to define input and output schemas.

41 lines (21 loc) 672 B
# CHANGELOG # `v0.0.9` * Adds faker support. # `v0.0.8` * Adds optional faker parameter to string # `v0.0.7` * Adds reference and top-level. # `v0.0.6` * Exports all interfaces # `v0.0.5` * Utility function for extension type. # `v0.0.4` * Upgrades `json-schema-strictly-typed`. # `v0.0.3` * Exposes more of the generic interface. # `v0.0.2` * Implements generic extension for all types. # `v0.0.1` * Uses generics for JSON Schema and elimiantes `needs`. Now, instead of `needs`, you can use a custom class and have that perform the same function `needs` used to perform. # `v0.0.0` * Most JSON Schema availabe.