-
- Downloads
Project 'eclipsefdn/it/api/git-eca-rest-api' was moved to 'eclipsefdn/software-dev/api/git-eca-rest-api'. Please update any links and bookmarks that may still have the old path.
Merge branch 'malowe/main/package-updates' into 'main'
chore: Update SDK version to latest, 1.3.1 See merge request eclipsefdn/it/api/git-eca-rest-api!228
No related branches found
No related tags found
| { | ||
| "name": "eclipsefdn-git-eca-rest-api-support", | ||
| "version": "1.0.0", | ||
| "devDependencies": { | ||
| "@redocly/openapi-cli": "^1.0.0-beta.54", | ||
| "@openapi-contrib/openapi-schema-to-json-schema": "^3.1.1", | ||
| "@stoplight/json-ref-resolver": "^3.1.2", | ||
| "decamelize": "^5.0.0", | ||
| "js-yaml": "^4.1.0", | ||
| "yargs": "^17.0.1" | ||
| }, | ||
| "private": true, | ||
| "scripts": { | ||
| "start": "npm run generate-json-schema && npx @redocly/openapi-cli preview-docs spec/openapi.yaml -p 8093", | ||
| "test": "npm run generate-json-schema && npx @redocly/openapi-cli lint spec/openapi.yaml", | ||
| "generate-json-schema": "npm run clean && node src/main/js/openapi2schema.js -s spec/openapi.yaml -t src/test/resources", | ||
| "clean": "rm -rf src/test/resources/schemas/" | ||
| } | ||
| "name": "eclipsefdn-git-eca-rest-api-support", | ||
| "version": "1.0.0", | ||
| "devDependencies": { | ||
| "eclipsefdn-api-support": "^1.0.3" | ||
| }, | ||
| "private": true, | ||
| "scripts": { | ||
| "start": "yarn run generate-json-schema && npx @redocly/openapi-cli preview-docs spec/openapi.yaml -p 8097", | ||
| "test": "yarn run generate-json-schema && npx @redocly/openapi-cli lint spec/openapi.yaml", | ||
| "generate-json-schema": "yarn run clean && node node_modules/eclipsefdn-api-support/src/openapi2schema.js -s spec/openapi.yaml -t src/test/resources", | ||
| "clean": "rm -rf src/test/resources/schemas/" | ||
| } | ||
| } |
src/main/js/openapi2schema.js
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment
