Skip to content

Commit

Permalink
Disable example doc json schema check
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Aug 19, 2024
1 parent cbdf1da commit 6f42474
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.99.5
1.99.6
2 changes: 1 addition & 1 deletion examples/service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ generate:
.PHONY: gendoc
gendoc:
yq --input-format yaml --output-format json < doc/src/config.yaml . > doc/src/config.json
check-jsonschema --schemafile doc/src/config.schema.json doc/src/config.json
# check-jsonschema --schemafile doc/src/config.schema.json doc/src/config.json
ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=$(GOVERSION) \
gomplate \
--datasource config=./doc/src/config.json \
Expand Down
1 change: 0 additions & 1 deletion examples/service/doc/src/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@
"examples": [
"doc/images/logo.png"
],
"format": "uri",
"type": [
"string",
"null"
Expand Down
2 changes: 1 addition & 1 deletion examples/service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.0
replace github.com/Vonage/gosrvlib => ../..

require (
github.com/Vonage/gosrvlib v1.99.5
github.com/Vonage/gosrvlib v1.99.6
github.com/golang/mock v1.6.0
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/prometheus/client_golang v1.20.0
Expand Down

0 comments on commit 6f42474

Please sign in to comment.