https://github.com/quentinguidee/jsonschema
Go package to parse JsonSchema
https://github.com/quentinguidee/jsonschema
Last synced: about 2 months ago
JSON representation
Go package to parse JsonSchema
- Host: GitHub
- URL: https://github.com/quentinguidee/jsonschema
- Owner: quentinguidee
- License: mit
- Created: 2025-02-10T19:03:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T19:28:54.000Z (3 months ago)
- Last Synced: 2025-04-09T22:53:14.547Z (about 2 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `jsonschema`
An implementation of [json-schema](https://json-schema.org/specification) in [Go](https://go.dev/).
## Usage
```go
import "github.com/quentinguidee/jsonschema"s := jsonschema.Schema{}
```The schema is compatible with
- `encoding/json`
- `gopkg.in/yaml.v3`## License
This project is licensed under the [MIT License](./LICENSE.md)