Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 26 additions & 29 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -12535,9 +12535,6 @@
<Property Name="value" Type="Edm.String" />
<Property Name="valueType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="ciamUserSnapshot">
<Property Name="userId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="claimsMapping" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
Expand Down Expand Up @@ -30986,15 +30983,6 @@
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="organizationSettings" BaseType="graph.entity">
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
Expand Down Expand Up @@ -31397,6 +31385,9 @@
<Property Name="phoneType" Type="graph.authenticationPhoneType" />
<Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" />
</EntityType>
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
<Property Name="phoneNumber" Type="Edm.String" />
</EntityType>
<EntityType Name="picture">
<Key>
<PropertyRef Name="id" />
Expand Down Expand Up @@ -32461,6 +32452,7 @@
<EntityType Name="reportsRoot" BaseType="graph.entity">
<NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" />
<NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" />
<NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" />
</EntityType>
<EntityType Name="request" BaseType="graph.entity">
<Property Name="approvalId" Type="Edm.String" />
Expand Down Expand Up @@ -33189,7 +33181,7 @@
<Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" />
<Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" />
<Property Name="status" Type="graph.signUpStatus" />
<Property Name="userSnapshot" Type="graph.ciamUserSnapshot" />
<Property Name="userId" Type="Edm.String" />
</EntityType>
<EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true">
<Property Name="completionReason" Type="graph.sendDtmfCompletionReason" />
Expand Down Expand Up @@ -33815,6 +33807,27 @@
<NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" />
<NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" />
</EntityType>
<EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity">
<Property Name="assignmentId" Type="Edm.String" Nullable="false" />
<Property Name="averageWordsPerMinutePace" Type="Edm.Int64" />
<Property Name="classId" Type="Edm.String" />
<Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" />
<Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" />
<Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" />
<Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" />
<Property Name="monotoneOccurrencesCount" Type="Edm.Int64" />
<Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" />
<Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" />
<Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" />
<Property Name="studentId" Type="Edm.String" />
<Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="submissionId" Type="Edm.String" />
<Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration">
<Property Name="duration" Type="Edm.Duration" />
</EntityType>
Expand Down Expand Up @@ -47821,8 +47834,6 @@
<Singleton Name="directory" Type="microsoft.graph.directory">
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
</Singleton>
<Singleton Name="drive" Type="microsoft.graph.drive" />
<Singleton Name="education" Type="microsoft.graph.educationRoot">
Expand Down Expand Up @@ -82241,20 +82252,6 @@
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
</Annotations>
<Annotations Target="microsoft.graph.organizationalUnit">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-11-17" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down
55 changes: 26 additions & 29 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -12535,9 +12535,6 @@
<Property Name="value" Type="Edm.String" />
<Property Name="valueType" Type="Edm.String" />
</ComplexType>
<ComplexType Name="ciamUserSnapshot">
<Property Name="userId" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="claimsMapping" OpenType="true">
<Property Name="displayName" Type="Edm.String" />
<Property Name="email" Type="Edm.String" />
Expand Down Expand Up @@ -30986,15 +30983,6 @@
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
<Property Name="usernameHintText" Type="Edm.String" />
</EntityType>
<EntityType Name="organizationalUnit" BaseType="graph.directoryObject">
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" />
<NavigationProperty Name="children" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="organizationalUnitParent" Type="graph.organizationalUnit" />
<NavigationProperty Name="resources" Type="Collection(graph.directoryObject)" />
<NavigationProperty Name="transitiveChildren" Type="Collection(graph.organizationalUnit)" />
<NavigationProperty Name="transitiveResources" Type="Collection(graph.directoryObject)" />
</EntityType>
<EntityType Name="organizationSettings" BaseType="graph.entity">
<NavigationProperty Name="contactInsights" Type="graph.insightsSettings" ContainsTarget="true" />
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
Expand Down Expand Up @@ -31397,6 +31385,9 @@
<Property Name="phoneType" Type="graph.authenticationPhoneType" />
<Property Name="smsSignInState" Type="graph.authenticationMethodSignInState" />
</EntityType>
<EntityType Name="phoneUserConversationMember" BaseType="graph.conversationMember">
<Property Name="phoneNumber" Type="Edm.String" />
</EntityType>
<EntityType Name="picture">
<Key>
<PropertyRef Name="id" />
Expand Down Expand Up @@ -32461,6 +32452,7 @@
<EntityType Name="reportsRoot" BaseType="graph.entity">
<NavigationProperty Name="readingAssignmentSubmissions" Type="Collection(graph.readingAssignmentSubmission)" ContainsTarget="true" />
<NavigationProperty Name="reflectCheckInResponses" Type="Collection(graph.reflectCheckInResponse)" ContainsTarget="true" />
<NavigationProperty Name="speakerAssignmentSubmissions" Type="Collection(graph.speakerAssignmentSubmission)" ContainsTarget="true" />
</EntityType>
<EntityType Name="request" BaseType="graph.entity">
<Property Name="approvalId" Type="Edm.String" />
Expand Down Expand Up @@ -33189,7 +33181,7 @@
<Property Name="signUpIdentityProvider" Type="Edm.String" Nullable="false" />
<Property Name="signUpStage" Type="graph.signUpStage" Nullable="false" />
<Property Name="status" Type="graph.signUpStatus" />
<Property Name="userSnapshot" Type="graph.ciamUserSnapshot" />
<Property Name="userId" Type="Edm.String" />
</EntityType>
<EntityType Name="sendDtmfTonesOperation" BaseType="graph.commsOperation" OpenType="true">
<Property Name="completionReason" Type="graph.sendDtmfCompletionReason" />
Expand Down Expand Up @@ -33815,6 +33807,27 @@
<NavigationProperty Name="businessScenarios" Type="Collection(graph.businessScenario)" ContainsTarget="true" />
<NavigationProperty Name="virtualEvents" Type="graph.virtualEventsRoot" ContainsTarget="true" />
</EntityType>
<EntityType Name="speakerAssignmentSubmission" BaseType="graph.entity">
<Property Name="assignmentId" Type="Edm.String" Nullable="false" />
<Property Name="averageWordsPerMinutePace" Type="Edm.Int64" />
<Property Name="classId" Type="Edm.String" />
<Property Name="fillerWordsOccurrencesCount" Type="Edm.Int64" />
<Property Name="incorrectCameraDistanceOccurrencesCount" Type="Edm.Int64" />
<Property Name="lengthOfSubmissionInSeconds" Type="Edm.Double" Nullable="false" />
<Property Name="lostEyeContactOccurrencesCount" Type="Edm.Int64" />
<Property Name="monotoneOccurrencesCount" Type="Edm.Int64" />
<Property Name="nonInclusiveLanguageOccurrencesCount" Type="Edm.Int64" />
<Property Name="obstructedViewOccurrencesCount" Type="Edm.Int64" />
<Property Name="repetitiveLanguageOccurrencesCount" Type="Edm.Int64" />
<Property Name="studentId" Type="Edm.String" />
<Property Name="submissionDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="submissionId" Type="Edm.String" />
<Property Name="topFillerWords" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topMispronouncedWords" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topNonInclusiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="topRepetitiveWordsAndPhrases" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="wordsSpokenCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="staleSignInAlertConfiguration" BaseType="graph.unifiedRoleManagementAlertConfiguration">
<Property Name="duration" Type="Edm.Duration" />
</EntityType>
Expand Down Expand Up @@ -47821,8 +47834,6 @@
<Singleton Name="directory" Type="microsoft.graph.directory">
<NavigationPropertyBinding Path="administrativeUnits/deletedMembers" Target="directoryObjects" />
<NavigationPropertyBinding Path="administrativeUnits/members" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/resources" Target="directoryObjects" />
<NavigationPropertyBinding Path="organizationalUnits/transitiveResources" Target="directoryObjects" />
</Singleton>
<Singleton Name="drive" Type="microsoft.graph.drive" />
<Singleton Name="education" Type="microsoft.graph.educationRoot">
Expand Down Expand Up @@ -82241,20 +82252,6 @@
<Annotations Target="microsoft.graph.organization/mobileDeviceManagementAuthority">
<Annotation Term="Org.OData.Core.V1.Description" String="Mobile device management authority." />
</Annotations>
<Annotations Target="microsoft.graph.organizationalUnit">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
<PropertyValue Property="Date" Date="2023-11-17" />
<PropertyValue Property="Kind">
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
</PropertyValue>
<PropertyValue Property="RemovalDate" Date="2024-06-01" />
<PropertyValue Property="Version" String="2023-11/PrivatePreview:organizationalUnits" />
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.organizationSettings/itemInsights">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down