You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response body of the List method should consist of the same resource object returned by the Get method. Validation checks that the List method results items reference the same schema as the Get method response.<br/>
36
-
- Validation applies to List methods for resource collections only<br/>
37
-
- Validation applies to json response content only<br/>
38
-
- Validation ignores responses without schema and non-paginated responses<br/>
39
-
- Validation ignores resources without a Get method<br/>
40
-
- Paths with `x-xgen-IPA-exception` for this rule are excluded from validation<br/>
41
-
http://go/ipa/105
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
44
+
- Validation ignores resources without a Get method
45
+
- Paths with `x-xgen-IPA-exception` for this rule are excluded from validation
The response body of the List method should consist of the same resource object returned by the Get method. Validation checks that the List method results items reference the same schema as the Get method response.<br/> - Validation applies to List methods for resource collections only<br/> - Validation applies to json response content only<br/> - Validation ignores responses without schema and non-paginated responses<br/> - Validation ignores resources without a Get method<br/> - Paths with `x-xgen-IPA-exception` for this rule are excluded from validation<br/> http://go/ipa/105
113
+
The response body of the List method should consist of the same resource object returned by the Get method. http://go/ipa/105
114
+
##### Implementation details
115
+
Validation checks that the List method response contains items property with reference to the same schema as the Get method response.
116
+
- Validation applies to List methods for resource collections only - Validation applies to json response content only - Validation ignores responses without schema and non-paginated responses - Validation ignores resources without a Get method - Paths with `x-xgen-IPA-exception` for this rule are excluded from validation
0 commit comments