Edge Selector
edgeElementSelector
The specification of edge elements of a set.
#edgeElementSelector |
||||
type |
object |
|||
allOf |
properties |
|||
|
type |
string |
||
enum |
edge |
|||
oneOf |
Select edges were the edge property value comparison with the provided value is true |
|||
type |
object |
|||
properties |
||||
|
||||
|
type |
object |
||
properties |
||||
|
||||
|
||||
Select edges were the edge property value in in the provided list |
||||
type |
object |
|||
properties |
||||
|
||||
type |
string |
|||
enum |
withPropertyIn, in, not in |
|||
|
type |
object |
||
properties |
||||
|
||||
|
oneOf |
|||
Select edges were either target or source node is in the given set of nodes. |
||||
type |
object |
|||
properties |
||||
|
||||
type |
string |
|||
enum |
withTargetNodeIn, withSourceNodeIn |
|||
|
||||