Skip to content

Commit 7096137

Browse files
committed
NPA-3899 Validate Consent Example
1 parent 2e78361 commit 7096137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lint": "node_modules/.bin/openapi-generator-cli validate -i specification/validated-relationships-service-api.yaml",
77
"publish": "./node_modules/.bin/openapi-generator-cli generate -i specification/validated-relationships-service-api.yaml --generator-key v3.0 -g openapi -o build && rm openapitools.json && mv build/openapi.json build/validated-relationships-service-api.json",
88
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL",
9-
"validate-example" :"schema validate --filePath $EXAMPLE_PATH --schema $SCHEMA_PATH --schema-obj $SCHEMA_OBJECT"
9+
"validate-example" :"schema validate -f $EXAMPLE_PATH -s $SCHEMA_PATH -o $SCHEMA_OBJECT"
1010
},
1111
"author": "NHS Digital",
1212
"license": "MIT",

0 commit comments

Comments
 (0)