https://github.com/vncsmyrnk/json-schema-example
An example of go JSON Schema validation with multiple files
https://github.com/vncsmyrnk/json-schema-example
golang json-schema
Last synced: about 1 month ago
JSON representation
An example of go JSON Schema validation with multiple files
- Host: GitHub
- URL: https://github.com/vncsmyrnk/json-schema-example
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2025-02-23T00:01:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T00:44:26.000Z (over 1 year ago)
- Last Synced: 2025-02-23T01:23:33.970Z (over 1 year ago)
- Topics: golang, json-schema
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Schema validation example
JSON Schema validation with multiple schema files.
[What is JSON Schema?](https://json-schema.org/overview/what-is-jsonschema)
## Run
```sh
go run cmd/main.go
```