Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: derive jsonschema and fix up issues, validate examples dir… #4611

Merged
merged 10 commits into from
Dec 2, 2020
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ git-ask-pass.sh
/site/
/.brew_home
/go-diagrams/
__pycache__/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ api/openapi-spec/swagger.json: $(GOPATH)/bin/swagger dist/kubeified.swagger.json
swagger validate api/openapi-spec/swagger.json
go test ./api/openapi-spec

api/jsonschema/schema.json: api/openapi-spec/swagger.json hack/jsonschema/main.go
go run ./hack/jsonschema
api/jsonschema/schema.json: api/openapi-spec/swagger.json hack/jsonschema/main.py
./hack/jsonschema/main.py
brabster marked this conversation as resolved.
Show resolved Hide resolved

go-diagrams/diagram.dot: ./hack/diagram/main.go
rm -Rf go-diagrams
Expand Down