DFSG NEW Queue

DFSG, Licensing & New Packages Team

go-jsonschema 0.23.1-1

Package Information

Descriptiongenerate Go data types from JSON Schema definitions (program)

go-jsonschema is a tool to generate Go data types from JSON Schema definitions: http://json-schema.org/

This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshalling code that validates the input JSON according to the schema's validation rules.

This package contains the binaries.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed BySimon Josefsson <simon@josefsson.org>
Sponsorsimon@josefsson.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/go-team/packages/go-jsonschema.git (browse)
Closes#1140698
Trackerhttps://tracker.debian.org/pkg/go-jsonschema
Uploaded3 hours ago

New Package Report

.changes
Sourcego-jsonschema
Version0.23.1-1
Changed-BySimon Josefsson
Architecturesource amd64 all
Distributionunstable
DateWed, 24 Jun 2026 19:33:25 +0200
Changelog
go-jsonschema (0.23.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1140698)
.dsc
Sectiondevel
Priorityoptional
Componentmain
Package-Listgo-jsonschema deb devel optional arch=any
golang-github-atombender-go-jsonschema-dev deb golang optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/atombender/go-jsonschema
Upstream-Name: go-jsonschema

Files: *
Copyright: 2018-2021 Alexander Staubo <alex@purefiction.net>
           2023-2026 Claudio Beatrice <claudi0.beatric3@gmail.com>
License: Expat

Files: pkg/schemas/model.go
Copyright: 2014 Alec Thomas
License: Expat
Comment: Code borrowed from https://github.com/alecthomas/jsonschema/

Files: debian/*
Copyright: 2026 Simon Josefsson <simon@josefsson.org>
License: Expat
Comment: Debian packaging is licensed under the same terms as upstream

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package