Skip to content

Commit 02b1d93

Browse files
CLOUDP-306579: IPA-124: Repeated Fields (fix) (#665)
1 parent 8ab779c commit 02b1d93

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tools/spectral/ipa/__tests__/IPA124ArrayMaxItems.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ testRule('xgen-IPA-124-array-max-items', [
5151
type: 'object',
5252
},
5353
},
54+
results: {
55+
type: 'array',
56+
items: {
57+
type: 'object',
58+
},
59+
},
5460
},
5561
},
5662
},

tools/spectral/ipa/rulesets/IPA-124.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ rules:
2828
maxItems: 100
2929
ignore:
3030
- links
31+
- results

0 commit comments

Comments
 (0)