We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2d8ac7 + 1cd15ac commit 5309885Copy full SHA for 5309885
2 files changed
.github/workflows/release.yml
@@ -29,6 +29,6 @@ jobs:
29
working-directory: ./spectral
30
- name: Publish packages
31
working-directory: ./spectral/dist
32
- run: npm publish --tag=dev --verbose
+ run: npm publish --verbose
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.RHOAS_NPM_TOKEN }} #
spectral/README.md
@@ -224,13 +224,13 @@ List:
224
225
**Severity**: warning
226
227
-### rhoas-external-$ref
+### rhoas-operaton-id
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`.
+`operationId` should be present.This ID will become the method name in the SDK.
230
231
**Recommended**: Yes
232
233
-**Severity**: error
+**Severity**: warn
234
235
## Development
236
0 commit comments