An open API service indexing awesome lists of open source software.

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

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
```