Skip to content

Commit

Permalink
Merge pull request #573 from voucherifyio/jk/schema-fixes
Browse files Browse the repository at this point in the history
Removed unused schemas and fixed invalid links.
  • Loading branch information
p-zielinski authored Nov 30, 2023
2 parents 8da5573 + 0209a66 commit 7cf6be3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 662 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"generate-open-api-with-specific-endpoints": "ts-node ./scripts/generate-open-api-with-specific-endpoints.ts",
"generate-open-api-with-specific-endpoints-remove-additionalProperties-if": "ts-node ./scripts/generate-open-api-with-specific-endpoints-remove-additionalProperties-if.ts",
"manage-project": "ts-node ./scripts/build-md-tables-from-openapi.ts && ts-node ./scripts/manage-project.ts",
"readme-upload-missing-images": "ts-node ./scripts/readme-upload-missing-images.ts"
"readme-upload-missing-images": "ts-node ./scripts/readme-upload-missing-images.ts",
"count-responses-with-multiple-options": "ts-node ./scripts/count-responses-with-multiple-options.ts"
},
"dependencies": {
"axios": "^1.5.1",
Expand Down
Loading

0 comments on commit 7cf6be3

Please sign in to comment.