Skip to content

Commit

Permalink
docs: make corrections in docs file
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Popp <[email protected]>
  • Loading branch information
dpopp07 committed Apr 2, 2024
1 parent 7865103 commit 588a0f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ibm-cloud-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Instead, use a ref to a named schema.
</tr>
<tr>
<td><a href="#ibm-avoid-repeating-path-parameters">ibm-avoid-repeating-path-parameters</a></td>
<td>error</td>
<td>warn</td>
<td>Common path parameters should be defined on the path object instead of on each operation.</td>
<td>oas3</td>
</tr>
Expand Down Expand Up @@ -422,7 +422,7 @@ should probably be required instead of optional.</td>
<td>oas3</td>
</tr>
<tr>
<td><a href="#ibm-patch-request-content-type">ibm-patch-request-content-type"</a></td>
<td><a href="#ibm-patch-request-content-type">ibm-patch-request-content-type</a></td>
<td>error</td>
<td>Verifies that PATCH operations support only requestBody content types <code>application/json-patch+json</code>
or <code>application/merge-patch+json</code>.</td>
Expand Down Expand Up @@ -613,7 +613,7 @@ specific "allow-listed" keywords.</td>
</tr>
<tr>
<td><a href="#ibm-well-defined-dictionaries">ibm-well-defined-dictionaries</a></td>
<td>warning</td>
<td>warn</td>
<td>Dictionaries must be well defined and all values must share a single type.</td>
<td>oas3</td>
</tr>
Expand Down Expand Up @@ -795,7 +795,7 @@ To define a new rule as part of your custom ruleset, please read the [Spectral C
Rather than turning off a Spectral rule entirely, Spectral overrides allow you to customize ruleset usage for different
files and projects without having to duplicate any rules.
For details on how to add overrides to your custom ruleset, please read the
[Spectral overrides](https://meta.stoplight.io/docs/spectral/ZG9jOjI1MTg5-custom-rulesets#overrides) documentation.
[Spectral overrides](https://meta.stoplight.io/docs/spectral/293426e270fac-overrides) documentation.


## Reference
Expand Down

0 comments on commit 588a0f4

Please sign in to comment.