Skip to content

Commit 8a69c5e

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added schema enity type
1 parent e0deb34 commit 8a69c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

transforms/csdl/preprocess_csdl_test_input.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
<EntityType Name="synchronizationJob" BaseType="graph.entity">
5757
<NavigationProperty Name="schema" Type="graph.synchronizationSchema" ContainsTarget="true"/>
5858
</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>
5963
<EntityType Name="synchronizationSchema" BaseType="graph.entity">
6064
<Property Name="synchronizationRules" Type="Collection(graph.synchronizationRule)"/>
6165
<Property Name="version" Type="Edm.String"/>

0 commit comments

Comments
 (0)