Skip to content

Commit c34095e

Browse files
CLOUDP-304053: IPA-106:Create - The resource must be the request body (#492)
1 parent 72c2e20 commit c34095e

File tree

8 files changed

+703
-1
lines changed

8 files changed

+703
-1
lines changed

.github/workflows/spectral-lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
sparse-checkout: |
3030
openapi/
3131
tools/spectral
32+
- name: Setup Node
33+
uses: actions/setup-node@v4
34+
with:
35+
node-version: '20.x'
36+
cache: 'npm'
37+
- name: Install npm dependencies
38+
run: npm install
3239
- name: Spectral action
3340
uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83
3441
with:

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"apache-arrow": "^19.0.1",
3030
"dotenv": "^16.4.7",
3131
"eslint-plugin-jest": "^28.10.0",
32+
"lodash": "^4.17.21",
3233
"markdown-table": "^3.0.4",
34+
"omit-deep-lodash": "^1.1.7",
3335
"openapi-to-postmanv2": "4.25.0",
3436
"parquet-wasm": "^0.6.1"
3537
},

0 commit comments

Comments
 (0)