mirror of
https://github.com/valitydev/swag-organizations.git
synced 2024-11-06 10:05:23 +00:00
4c52ecbef0
Proven to be usable when you need to work around some OAS toolset quirks, namely openapi-codegen often implies that `allOf` means _inheritance_ for some reason (which is obviously too far-fetched implication).
16 lines
405 B
JSON
16 lines
405 B
JSON
{
|
|
"name": "rbkmoney-organizations-api",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@redocly/openapi-cli": "^1.0.0-beta.9",
|
|
"redoc-cli": "^0.9.8",
|
|
"json-merge-patch": "^1.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "openapi preview-docs",
|
|
"build": "openapi bundle -o web_deploy/openapi.yaml && openapi bundle -o web_deploy/openapi.json",
|
|
"validate": "openapi lint"
|
|
}
|
|
}
|