Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattwelke/go-jsonschema-ref-docker-example
- Owner: mattwelke
- Created: 2022-03-03T18:16:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T22:37:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T02:24:12.591Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```