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
{{ message }}
This repository was archived by the owner on Jun 22, 2023. It is now read-only.
Unfortunately we can't put contentUrl in ThingInterface, because it means that all objects that implement ThingInterface would have to add it, and that doesn't make sense.
Can you perform a query like this?
nodeValue {
identifier
... on AudioObject {
contentUrl
}
}
In the modelling discussion, for AudioObject, MediaObject and VideoObject, the URI of the object is contained in the contentURL feld.
However, for requesting a ControlAction, it is impossible to access this field, because the the PropertyValue nodes do not support this.
PropertyValue --> NodeValue implements ThingInterface. ThingInterface does not have contentURL field.
Could be a solution to just add the contentUrl field in ThingInterface??
The text was updated successfully, but these errors were encountered: