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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T22:37:04.000Z (about 3 years ago)
- Last Synced: 2025-03-09T11:51:19.557Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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.
```