Skip to content

Commit af9d16b

Browse files
committed
Update RequestSchema.js
1 parent 49a54c2 commit af9d16b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/LiveQuery/RequestSchema.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ const update = {
124124
minItems: 1,
125125
uniqueItems: true,
126126
},
127+
keys: {
128+
type: 'array',
129+
items: {
130+
type: 'string',
131+
},
132+
minItems: 1,
133+
uniqueItems: true,
134+
},
127135
watch: {
128136
type: 'array',
129137
items: {

0 commit comments

Comments
 (0)