File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
working-directory : ./spectral
30
30
- name : Publish packages
31
31
working-directory : ./spectral/dist
32
- run : npm publish --tag=dev -- verbose
32
+ run : npm publish --verbose
33
33
env :
34
34
NODE_AUTH_TOKEN : ${{ secrets.RHOAS_NPM_TOKEN }} #
Original file line number Diff line number Diff line change @@ -224,13 +224,13 @@ List:
224
224
225
225
**Severity**: warning
226
226
227
- # ## rhoas-external-$ref
227
+ # ## rhoas-operaton-id
228
228
229
- ` $ref ` values cannot be a relative path to an external file. Please use the absolute URL or convert it to an internal `$ref` .
229
+ ` operationId ` should be present.This ID will become the method name in the SDK .
230
230
231
231
**Recommended**: Yes
232
232
233
- **Severity**: error
233
+ **Severity**: warn
234
234
235
235
# # Development
236
236
You can’t perform that action at this time.
0 commit comments