golang-github-santhosh-tekuri-jsonschema-dev (5.3.1-2)

2 versions available in kali/kali-last-snapshot/main/armhf

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
golang-github-santhosh-tekuri-jsonschema
Architecture
armhf
Section
golang
Priority
optional
Maintainer
Debian Go Packaging Team <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
234 B
Size expected
35.9 kB
Size actual
35.9 kB
Size match

Dependencies

Required package dependencies

  • golang-gopkg-yaml.v3-dev

Suggested packages

Recommended additional packages

  • None

Description

JSONSchema Validation using Go (library)

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD526558fa8…ca30c5ed
SHA-163d6053b…e50685fd
SHA-25693c1fe4f…a59f15d1
SHA-512a303b772…dafc17aa

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-santhosh-tekuri-jsonschema-dev
usr/share/doc/golang-github-santhosh-tekuri-jsonschema-dev/changelog.Debian.gz
usr/share/doc/golang-github-santhosh-tekuri-jsonschema-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/santhosh-tekuri
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/cmd
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/cmd/jv
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/cmd/jv/main.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/compiler.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/content.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/doc.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/draft.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/errors.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/example_extension_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/example_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/extension.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/extension_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/format.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/format_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/go.mod
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/httploader
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/httploader/httploader.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/internal_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/loader.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/output.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/resource.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/schema.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/schema_test.go
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/customer.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/customer_schema.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/definitions.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/empty schema.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/invalid_schema.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/invalid_schemas.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/loop-compile.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/loop-validate.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/person schema.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/person.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/person_schema.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/remotes
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/remotes/metaschema-no-vocabulary.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/syntax_error.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2019
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2019/format.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020/anchor.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020/optional
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020/optional/content.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020/ref.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft2020/vocabulary.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft7
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft7/format.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft7/ref.json
usr/share/gocode/src/github.com/santhosh-tekuri/jsonschema/testdata/tests/draft7/schema.json