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
It looks like the validator does not accept null present_value.
Here is the content of the event_pointset.out file :
While converting to json node: 1 schema violations found
1 schema violations found
object has missing required properties (["present_value"])
I think the validator should accept a null present_value, because some BACnet object can have a null present_value (and it is valid).
For exemple, a schedule object can have a null present_value.
The present_value field is required, but the ObjectMapper of the validator considers a null value as a missing property.
The text was updated successfully, but these errors were encountered:
Here is the pointset_event I am trying to validate with the validator :
It looks like the validator does not accept null present_value.
Here is the content of the event_pointset.out file :
I think the validator should accept a null present_value, because some BACnet object can have a null present_value (and it is valid).
For exemple, a schedule object can have a null present_value.
The present_value field is required, but the ObjectMapper of the validator considers a null value as a missing property.
The text was updated successfully, but these errors were encountered: