We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0deb34 commit 8a69c5eCopy full SHA for 8a69c5e
transforms/csdl/preprocess_csdl_test_input.xml
@@ -56,6 +56,10 @@
56
<EntityType Name="synchronizationJob" BaseType="graph.entity">
57
<NavigationProperty Name="schema" Type="graph.synchronizationSchema" ContainsTarget="true"/>
58
</EntityType>
59
+ <EntityType Name="schema" BaseType="graph.entity">
60
+ <Property Name="baseType" Type="Edm.String" Nullable="false"/>
61
+ <Property Name="properties" Type="Collection(graph.property)"/>
62
+ </EntityType>
63
<EntityType Name="synchronizationSchema" BaseType="graph.entity">
64
<Property Name="synchronizationRules" Type="Collection(graph.synchronizationRule)"/>
65
<Property Name="version" Type="Edm.String"/>
0 commit comments