RWTH-EBC / FiLiP

FIWARE Library for Python (FiLiP) to work with FIWARE API
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

NGSI-LD ContextRelationship is not differentiated with ContextProperties #302

Closed djs0109 closed 2 weeks ago

djs0109 commented 3 months ago

Describe the bug Right now Relationship will be taked as a context proerty.

Expected behavior

  1. Relationship should be identified
  2. Relationship can have nested structure just like the property (sub_property and sub_relationship)

The point 2 will first not be implemented, because it seems to have very limited use case

github-actions[bot] commented 3 months ago

Branch 302-NGSI-LD-ContextRelationship-is-not-differentiated-with-ContextProperties created!

djs0109 commented 2 weeks ago

fixed in https://github.com/RWTH-EBC/FiLiP/pull/328