corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

only perform schema validation on rpc/action input/output #72

Closed sekur closed 5 years ago

sekur commented 5 years ago

input and output data objects should be treated as immutable since they should just be read so no need to attach dynamic property elements.

sekur commented 5 years ago

Only performing validations won’t work for cases where there are custom getter/setters bound to nodes used inside input/output.