File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "description" : " OAS (Swagger v3) API Definition for Template API" ,
55 "scripts" : {
6- "lint" : " node_modules/.bin/openapi-generator-cli validate -i specification/nhs-website-content-api.yaml" ,
7- "publish" : " ./node_modules/.bin/openapi-generator-cli generate -i specification/nhs-website-content-api.yaml --generator-key v3.0 -g openapi -o build && rm openapitools.json && mv build/openapi.json build/nhs-website-content-api.json" ,
6+ "lint" : " redocly lint --skip-rule=security-defined specification/nhs-website-content-api.yaml" ,
7+ "publish" : " redocly bundle specification/nhs-website-content-api.yaml --dereferenced --remove-unused-components --ext json -o build/nhs-website-content-api.json" ,
8+ "serve" : " redocly preview-docs -p 5000 build/nhs-website-content-api.json" ,
89 "check-licenses" : " node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
910 },
1011 "author" : " NHS Digital" ,
You can’t perform that action at this time.
0 commit comments