Package: wnpp
Severity: wishlist
Owner: Jongmin Kim <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]

* Package name    : golang-github-karimkhaleel-jsonschema
  Version         : 0.0~git20231105.44bdb91
  Upstream Contact: Karim Khaleel <[email protected]>
* URL             : https://github.com/karimkhaleel/jsonschema
* License         : Expat
  Programming Lang: Go
  Description     : Generate JSON Schemas from Go types (library)

 This package can be used to generate JSON Schemas () from Go types through
 reflection: http://json-schema.org/latest/json-schema-validation.html
 .
  * Supports arbitrarily complex types, including interface{}, maps,
    slices, etc.
  * Supports json-schema features such as minLength, maxLength, pattern,
    format, etc.
  * Supports simple string and numeric enums.
  * Supports custom property fields via the jsonschema_extras struct tag.
  * Supports the latest JSON Schema Draft 2020-12.
  * Schema IDs are added automatically from the current Go package's URL
    in order to be unique, and can be disabled with the Anonymous option.
  * Support for the FullyQualifyTypeName option has been removed. If you
    have conflicts, you should use multiple schema files with different
    IDs, set the DoNotReference option to true to hide definitions
    completely, or add your own naming strategy using the Namer property.
  * Support for yaml tags and related options has been dropped for the
    sake of simplification.ere a few inconsistencies
 .
 This package contains the Go development library.

This package is new dependency of lazygit. This package is a fork of
github.com/invopop/jsonschema, which was already packaged in Debian as
golang-github-invopop-jsonschema.

Reply via email to