We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2edee commit 6a3912fCopy full SHA for 6a3912f
tools/spectral/ipa/rulesets/IPA-105.yaml
@@ -33,11 +33,11 @@ rules:
33
xgen-IPA-105-list-method-response-is-get-method-response:
34
description: >-
35
The response body of the List method should consist of the same resource object returned by the Get method. http://go/ipa/105
36
-
+
37
##### Implementation details
38
39
Validation checks that the List method response contains items property with reference to the same schema as the Get method response.
40
41
- Validation applies to List methods for resource collections only
42
- Validation applies to json response content only
43
- Validation ignores responses without schema and non-paginated responses
0 commit comments