Source: golang-github-karimkhaleel-jsonschema
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-invopop-jsonschema-dev,
               golang-github-stretchr-testify-dev,
               golang-github-wk8-go-ordered-map-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-karimkhaleel-jsonschema
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-karimkhaleel-jsonschema.git
Homepage: https://github.com/karimkhaleel/jsonschema
XS-Go-Import-Path: github.com/karimkhaleel/jsonschema

Package: golang-github-karimkhaleel-jsonschema-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-invopop-jsonschema-dev,
         golang-github-stretchr-testify-dev,
         golang-github-wk8-go-ordered-map-dev,
         ${misc:Depends}
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.
