Skip to content
Open
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
12 changes: 11 additions & 1 deletion schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -20340,6 +20340,7 @@
<Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
</ComplexType>
<ComplexType Name="retrievalExtract">
<Property Name="pageNumbers" Type="Collection(Edm.Int32)" />
<Property Name="relevanceScore" Type="Edm.Double" />
<Property Name="text" Type="Edm.String" />
</ComplexType>
Expand All @@ -20348,11 +20349,17 @@
<Property Name="resourceMetadata" Type="graph.searchResourceMetadataDictionary" />
<Property Name="resourceType" Type="graph.retrievalEntityType" />
<Property Name="sensitivityLabel" Type="graph.sensitivityLabelInfo" />
<Property Name="thumbnails" Type="Collection(graph.retrievalThumbnail)" />
<Property Name="webUrl" Type="Edm.String" />
</ComplexType>
<ComplexType Name="retrievalResponse">
<Property Name="retrievalHits" Type="Collection(graph.retrievalHit)" Nullable="false" />
</ComplexType>
<ComplexType Name="retrievalThumbnail">
<Property Name="content" Type="Edm.String" Nullable="false" />
<Property Name="mediaType" Type="Edm.String" Nullable="false" />
<Property Name="pageNumber" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="retrieveRemoteHelpSessionResponse">
<Property Name="acsGroupId" Type="Edm.String" Nullable="false" />
<Property Name="acsHelperUserId" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -47756,6 +47763,9 @@
<Parameter Name="dataSourceConfiguration" Type="graph.dataSourceConfiguration">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<Parameter Name="includeThumbnails" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.retrievalResponse" Nullable="false" />
</Action>
<Action Name="retrieveAndroidWorkProfileDeviceMigrationStatuses" IsBound="true">
Expand Down Expand Up @@ -93107,7 +93117,7 @@
<Annotations Target="microsoft.graph.retireScheduledManagedDevice/roleScopeTagIds">
<Annotation Term="Org.OData.Core.V1.Description" String="List of Scope Tags for this Entity instance." />
</Annotations>
<Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32, microsoft.graph.dataSourceConfiguration)">
<Annotations Target="microsoft.graph.retrieval(microsoft.graph.copilotRoot, Edm.String, microsoft.graph.retrievalDataSource, Edm.String, Collection(Edm.String), Edm.Int32, microsoft.graph.dataSourceConfiguration, Edm.Boolean)">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
<Record>
Expand Down
Loading