eclipse-uprotocol / up-python

uProtocol Language Specific Library for Python
Apache License 2.0
1 stars 8 forks source link

UAttributesValidator incorrectly handles sink attribute for RPC messags #7

Closed neelam-kushwah closed 6 months ago

neelam-kushwah commented 6 months ago

Sink is methodUri for Request and responseUri in Response message. The Request Validator should use the validate_rpc_method method, and the Response Validator should use the validate_rpc_response method to validate the sink.