Skip to content

Commit

Permalink
Update RequestSchema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Jan 19, 2023
1 parent ee6ca47 commit 49a54c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/LiveQuery/RequestSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ const update = {
minItems: 1,
uniqueItems: true,
},
watch: {
type: 'array',
items: {
type: 'string',
},
minItems: 1,
uniqueItems: true,
},
},
required: ['where', 'className'],
additionalProperties: false,
Expand Down

0 comments on commit 49a54c2

Please sign in to comment.