Skip to content

Commit aa5df6a

Browse files
1 parent e3135cf commit aa5df6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ For rule definitions, see [IPA-104.yaml](https://github.com/mongodb/openapi/blob
3737
| xgen-IPA-104-get-method-response-has-no-input-fields | The Get method response object must not include writeOnly properties (fields that should be used only on creation or update, ie output fields). http://go/ipa/104 | warn |
3838
| xgen-IPA-104-get-method-no-request-body | The Get method request must not include a body. http://go/ipa/104 | warn |
3939

40+
### IPA-105
41+
42+
For rule definitions, see [IPA-105.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/rulesets/IPA-105.yaml).
43+
44+
| Rule Name | Description | Severity |
45+
| --------------------------------------------- | ---------------------------------------------------------------- | -------- |
46+
| xgen-IPA-105-list-method-response-code-is-200 | The List method must return a 200 OK response. http://go/ipa/105 | warn |
47+
4048
### IPA-106
4149

4250
For rule definitions, see [IPA-106.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/rulesets/IPA-106.yaml).

0 commit comments

Comments
 (0)