You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug NgsiPayloadAttr is now inheriting the BaseValueAttribute, where the value will be validated against the assigned data type.
However, this causes problems for for example the following notification
Describe the bug
NgsiPayloadAttr
is now inheriting theBaseValueAttribute
, where the value will be validated against the assigned data type.However, this causes problems for for example the following notification
"value": "${attribute1}"
can not pass through the validation against number data type.The text was updated successfully, but these errors were encountered: