onEvent EventRefs - can the event ref be repeated? #519
-
in the OnEvent definiition, eventRefs is defined to be an array. can the same eventRef occur more than once in the array? Eg. "eventRefs": ["HighBodyTemperature", "HighBloodPressure", "HighBodyTemperature", "HighBodyTemperature"], |
Beta Was this translation helpful? Give feedback.
Answered by
tsurdilo
Nov 6, 2021
Replies: 1 comment 2 replies
-
No the idea is that this array should only include unique items. The schema for eventRefs is missing will add. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
globalflea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No the idea is that this array should only include unique items. The schema for eventRefs is missing
"uniqueItems": true
will add.
Thank you for bringing this up!