Skip to content

Commit d0dd802

Browse files
committed
schema: add identifiers
1 parent 58974c4 commit d0dd802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf/parametersSchema.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ parametersSchema:
147147
structure([
148148
rawMessage: string()
149149
?identifier: string()
150+
?identifiers: listOf(string())
150151
?path: string()
151152
?reportUnmatched: bool()
152153
]),
@@ -155,12 +156,14 @@ parametersSchema:
155156
count: int()
156157
path: string()
157158
?identifier: string()
159+
?identifiers: listOf(string())
158160
?reportUnmatched: bool()
159161
]),
160162
structure([
161163
rawMessage: string()
162164
paths: listOf(string())
163165
?identifier: string()
166+
?identifiers: listOf(string())
164167
?reportUnmatched: bool()
165168
]),
166169
)

0 commit comments

Comments
 (0)