Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattwelke/go-jsonschema-ref-docker-example


https://github.com/mattwelke/go-jsonschema-ref-docker-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# go-jsonschema-ref-docker-example

Demonstrates using $ref in JSON Schema in Go, including building a Docker image with the schemas so that app will start and be able to load them from disk.

## build and run

Run `./build.sh && docker run --rm go-jsonschema-ref-test`:

Output:

```
The document is valid.
```