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 58974c4 commit d0dd802Copy full SHA for d0dd802
conf/parametersSchema.neon
@@ -147,6 +147,7 @@ parametersSchema:
147
structure([
148
rawMessage: string()
149
?identifier: string()
150
+ ?identifiers: listOf(string())
151
?path: string()
152
?reportUnmatched: bool()
153
]),
@@ -155,12 +156,14 @@ parametersSchema:
155
156
count: int()
157
path: string()
158
159
160
161
162
163
164
paths: listOf(string())
165
166
167
168
169
)
0 commit comments