Skip to content

Commit 350aaa9

Browse files
authored
Merge pull request #839 from microsoftgraph/schemas/metadata-publishing-2025-06-24
Schema sync 2025-06-24 from 1.4.18.0
2 parents 2545480 + 5ca6847 commit 350aaa9

File tree

2 files changed

+52
-58
lines changed

2 files changed

+52
-58
lines changed

schemas/annotated-beta-Prod.csdl

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12535,9 +12535,6 @@
1253512535
<Property Name="value" Type="Edm.String" />
1253612536
<Property Name="valueType" Type="Edm.String" />
1253712537
</ComplexType>
12538-
<ComplexType Name="ciamUserSnapshot">
12539-
<Property Name="userId" Type="Edm.String" Nullable="false" />
12540-
</ComplexType>
1254112538
<ComplexType Name="claimsMapping" OpenType="true">
1254212539
<Property Name="displayName" Type="Edm.String" />
1254312540
<Property Name="email" Type="Edm.String" />
@@ -30986,15 +30983,6 @@
3098630983
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
3098730984
<Property Name="usernameHintText" Type="Edm.String" />
3098830985
</EntityType>
30989-
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
30990-
<Property Name="description" Type="Edm.String" />
30991-
<Property Name="displayName" Type="Edm.String" />
30992-
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
30993-
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
30994-
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
30995-
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
30996-
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
30997-
</EntityType>
3099830986
<EntityType Name="organizationSettings" BaseType="graph.entity">
3099930987
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3100030988
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
@@ -31397,6 +31385,9 @@
3139731385
<Property Name="phoneType" Type="graph.authenticationPhoneType" />
3139831386
<Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" />
3139931387
</EntityType>
31388+
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
31389+
<Property Name="phoneNumber" Type="Edm.String" />
31390+
</EntityType>
3140031391
<EntityType Name="picture">
3140131392
<Key>
3140231393
<PropertyRef Name="id" />
@@ -32461,6 +32452,7 @@
3246132452
<EntityType Name="reportsRoot" BaseType="graph.entity">
3246232453
<NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" />
3246332454
<NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" />
32455+
<NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" />
3246432456
</EntityType>
3246532457
<EntityType Name="request" BaseType="graph.entity">
3246632458
<Property Name="approvalId" Type="Edm.String" />
@@ -33189,7 +33181,7 @@
3318933181
<Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" />
3319033182
<Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" />
3319133183
<Property Name="status" Type="graph.signUpStatus" />
33192-
<Property Name="userSnapshot" Type="graph.ciamUserSnapshot" />
33184+
<Property Name="userId" Type="Edm.String" />
3319333185
</EntityType>
3319433186
<EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true">
3319533187
<Property Name="completionReason" Type="graph.sendDtmfCompletionReason" />
@@ -33815,6 +33807,27 @@
3381533807
<NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" />
3381633808
<NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" />
3381733809
</EntityType>
33810+
<EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity">
33811+
<Property Name="assignmentId" Type="Edm.String" Nullable="false" />
33812+
<Property Name="averageWordsPerMinutePace" Type="Edm.Int64" />
33813+
<Property Name="classId" Type="Edm.String" />
33814+
<Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" />
33815+
<Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" />
33816+
<Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" />
33817+
<Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" />
33818+
<Property Name="monotoneOccurrencesCount" Type="Edm.Int64" />
33819+
<Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" />
33820+
<Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" />
33821+
<Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" />
33822+
<Property Name="studentId" Type="Edm.String" />
33823+
<Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
33824+
<Property Name="submissionId" Type="Edm.String" />
33825+
<Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" />
33826+
<Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" />
33827+
<Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
33828+
<Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
33829+
<Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" />
33830+
</EntityType>
3381833831
<EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration">
3381933832
<Property Name="duration" Type="Edm.Duration" />
3382033833
</EntityType>
@@ -47821,8 +47834,6 @@
4782147834
<Singleton Name="directory" Type="microsoft.graph.directory">
4782247835
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
4782347836
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
47824-
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
47825-
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
4782647837
</Singleton>
4782747838
<Singleton Name="drive" Type="microsoft.graph.drive" />
4782847839
<Singleton Name="education" Type="microsoft.graph.educationRoot">
@@ -82241,20 +82252,6 @@
8224182252
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
8224282253
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
8224382254
</Annotations>
82244-
<Annotations Target="microsoft.graph.organizationalUnit">
82245-
<Annotation Term="Org.OData.Core.V1.Revisions">
82246-
<Collection>
82247-
<Record>
82248-
<PropertyValue Property="Date" Date="2023-11-17" />
82249-
<PropertyValue Property="Kind">
82250-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
82251-
</PropertyValue>
82252-
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
82253-
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
82254-
</Record>
82255-
</Collection>
82256-
</Annotation>
82257-
</Annotations>
8225882255
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
8225982256
<Annotation Term="Org.OData.Core.V1.Revisions">
8226082257
<Collection>

schemas/beta-Prod.csdl

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12535,9 +12535,6 @@
1253512535
<Property Name="value" Type="Edm.String" />
1253612536
<Property Name="valueType" Type="Edm.String" />
1253712537
</ComplexType>
12538-
<ComplexType Name="ciamUserSnapshot">
12539-
<Property Name="userId" Type="Edm.String" Nullable="false" />
12540-
</ComplexType>
1254112538
<ComplexType Name="claimsMapping" OpenType="true">
1254212539
<Property Name="displayName" Type="Edm.String" />
1254312540
<Property Name="email" Type="Edm.String" />
@@ -30986,15 +30983,6 @@
3098630983
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
3098730984
<Property Name="usernameHintText" Type="Edm.String" />
3098830985
</EntityType>
30989-
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
30990-
<Property Name="description" Type="Edm.String" />
30991-
<Property Name="displayName" Type="Edm.String" />
30992-
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
30993-
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
30994-
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
30995-
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
30996-
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
30997-
</EntityType>
3099830986
<EntityType Name="organizationSettings" BaseType="graph.entity">
3099930987
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
3100030988
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
@@ -31397,6 +31385,9 @@
3139731385
<Property Name="phoneType" Type="graph.authenticationPhoneType" />
3139831386
<Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" />
3139931387
</EntityType>
31388+
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
31389+
<Property Name="phoneNumber" Type="Edm.String" />
31390+
</EntityType>
3140031391
<EntityType Name="picture">
3140131392
<Key>
3140231393
<PropertyRef Name="id" />
@@ -32461,6 +32452,7 @@
3246132452
<EntityType Name="reportsRoot" BaseType="graph.entity">
3246232453
<NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" />
3246332454
<NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" />
32455+
<NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" />
3246432456
</EntityType>
3246532457
<EntityType Name="request" BaseType="graph.entity">
3246632458
<Property Name="approvalId" Type="Edm.String" />
@@ -33189,7 +33181,7 @@
3318933181
<Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" />
3319033182
<Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" />
3319133183
<Property Name="status" Type="graph.signUpStatus" />
33192-
<Property Name="userSnapshot" Type="graph.ciamUserSnapshot" />
33184+
<Property Name="userId" Type="Edm.String" />
3319333185
</EntityType>
3319433186
<EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true">
3319533187
<Property Name="completionReason" Type="graph.sendDtmfCompletionReason" />
@@ -33815,6 +33807,27 @@
3381533807
<NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" />
3381633808
<NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" />
3381733809
</EntityType>
33810+
<EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity">
33811+
<Property Name="assignmentId" Type="Edm.String" Nullable="false" />
33812+
<Property Name="averageWordsPerMinutePace" Type="Edm.Int64" />
33813+
<Property Name="classId" Type="Edm.String" />
33814+
<Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" />
33815+
<Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" />
33816+
<Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" />
33817+
<Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" />
33818+
<Property Name="monotoneOccurrencesCount" Type="Edm.Int64" />
33819+
<Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" />
33820+
<Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" />
33821+
<Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" />
33822+
<Property Name="studentId" Type="Edm.String" />
33823+
<Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
33824+
<Property Name="submissionId" Type="Edm.String" />
33825+
<Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" />
33826+
<Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" />
33827+
<Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
33828+
<Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
33829+
<Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" />
33830+
</EntityType>
3381833831
<EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration">
3381933832
<Property Name="duration" Type="Edm.Duration" />
3382033833
</EntityType>
@@ -47821,8 +47834,6 @@
4782147834
<Singleton Name="directory" Type="microsoft.graph.directory">
4782247835
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
4782347836
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
47824-
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
47825-
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
4782647837
</Singleton>
4782747838
<Singleton Name="drive" Type="microsoft.graph.drive" />
4782847839
<Singleton Name="education" Type="microsoft.graph.educationRoot">
@@ -82241,20 +82252,6 @@
8224182252
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
8224282253
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
8224382254
</Annotations>
82244-
<Annotations Target="microsoft.graph.organizationalUnit">
82245-
<Annotation Term="Org.OData.Core.V1.Revisions">
82246-
<Collection>
82247-
<Record>
82248-
<PropertyValue Property="Date" Date="2023-11-17" />
82249-
<PropertyValue Property="Kind">
82250-
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
82251-
</PropertyValue>
82252-
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
82253-
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
82254-
</Record>
82255-
</Collection>
82256-
</Annotation>
82257-
</Annotations>
8225882255
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
8225982256
<Annotation Term="Org.OData.Core.V1.Revisions">
8226082257
<Collection>

0 commit comments

Comments
 (0)