An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.3% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 3.2% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/santhosh-tekuri/jsonschema

Package jsonschema provides json-schema compilation and validation. This implementation of JSON Schema, supports draft4, draft6 and draft7. Passes all tests(including optional) in https://github.com/json-schema/JSON-Schema-Test-Suite An example of using this package: The schema is compiled against the version specified in `$schema` property. If `$schema` property is missing, it uses latest draft which currently is draft7. You can force to use draft4 when `$schema` is missing, as follows: you can also validate go value using schema.ValidateInterface(interface{}) method. but the argument should not be user-defined struct. This package supports loading json-schema from filePath and fileURL. To load json-schema from HTTPURL, add following import: Loading from urls for other schemes (such as ftp), can be plugged in. see package jsonschema/httploader for an example To load json-schema from in-memory: This package supports json string formats: date-time, date, time, hostname, email, ip-address, ipv4, ipv6, uri, uriref, regex, format, json-pointer, relative-json-pointer, uri-template (limited validation). Developers can register their own formats using package "github.com/santhosh-tekuri/jsonschema/formats". "base64" contentEncoding is supported. Custom decoders can be registered using package "github.com/santhosh-tekuri/jsonschema/decoders". "application/json" contentMediaType is supported. Custom mediatypes can be registered using package "github.com/santhosh-tekuri/jsonschema/mediatypes". The ValidationError returned by Validate method contains detailed context to understand why and where the error is.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/santhosh-tekuri/jsonschema
Keywords: draft2019-09 , draft2020-12 , draft4 , draft6 , draft7 , go , golang , golang-library , json , json-schema , jsonschema , validation , validator
License: BSD-3-Clause
Latest release: about 7 years ago
First release: about 8 years ago
Namespace: github.com/santhosh-tekuri
Dependent packages: 527
Dependent repositories: 2,371
Stars: 1,123 on GitHub
Forks: 118 on GitHub
Docker dependents: 14
Docker downloads: 93,215,794
Total Commits: 81
Committers: 2
Average commits per author: 40.5
Development Distribution Score (DDS): 0.012
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 12 months ago

    Loading...
    Readme
    Loading...