Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

Graph.md

File metadata and controls

30 lines (21 loc) · 1.34 KB

Graph Vocabulary

Namespace: com.sap.vocabularies.Graph.v1

Terms for SAP Graph

Terms

Term Type Description
links (Experimental) [link] Navigation links

Navigation link

Property Type Description
title String? Title of the navigation link
alias String? Name of the virtual navigation property
target String? Name of the target entity set
parameters [binding] Map of parameter names in the target operation to property paths in the annotated entity type
filter [binding] Map of single-valued property paths in the target entity to property paths in the annotated entity type

Used to construct a $filter expression and triggers the Read (list) operation on the target entity set

Property Type Description
source PropertyPath? Path to primitive property in the annotated entity type
target PropertyPath? Path to primitive property in the target entity set