Skip to content

Commit

Permalink
Merge pull request #666 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2024-08-16

Schema sync 2024-08-16 from 1.3.454.0
  • Loading branch information
andrueastman authored Aug 16, 2024
2 parents e7097da + bd13517 commit 2536726
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 2 deletions.
64 changes: 63 additions & 1 deletion schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -10234,12 +10234,18 @@
<Member Name="timeOff" Value="8192" />
<Member Name="timeOffRequest" Value="16384" />
</EnumType>
<EnumType Name="workplaceSensorEventType">
<Member Name="badgeIn" Value="0" />
<Member Name="badgeOut" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="workplaceSensorType">
<Member Name="occupancy" Value="0" />
<Member Name="peopleCount" Value="1" />
<Member Name="inferredOccupancy" Value="2" />
<Member Name="heartbeat" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="badge" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="x509CertificateAffinityLevel">
<Member Name="low" Value="0" />
Expand Down Expand Up @@ -10359,6 +10365,9 @@
<Property Name="allowsMultipleSelection" Type="Edm.Boolean" />
<Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" />
</ComplexType>
<ComplexType Name="accessPackageNotificationSettings">
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="accessPackageQuestion" Abstract="true">
<Property Name="id" Type="Edm.String" />
<Property Name="isAnswerEditable" Type="Edm.Boolean" />
Expand Down Expand Up @@ -17882,6 +17891,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppDashboardCardBotConfiguration">
Expand Down Expand Up @@ -19400,11 +19410,17 @@
<ComplexType Name="workplaceSensorDeviceTelemetry">
<Property Name="boolValue" Type="Edm.Boolean" />
<Property Name="deviceId" Type="Edm.String" Nullable="false" />
<Property Name="eventValue" Type="graph.workplaceSensorEventValue" />
<Property Name="intValue" Type="Edm.Int32" />
<Property Name="locationHint" Type="Edm.String" />
<Property Name="sensorId" Type="Edm.String" />
<Property Name="sensorType" Type="graph.workplaceSensorType" Nullable="false" />
<Property Name="timestamp" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="workplaceSensorEventValue">
<Property Name="eventType" Type="graph.workplaceSensorEventType" />
<Property Name="user" Type="graph.emailIdentity" />
</ComplexType>
<ComplexType Name="writebackConfiguration">
<Property Name="isEnabled" Type="Edm.Boolean" />
</ComplexType>
Expand Down Expand Up @@ -19481,12 +19497,27 @@
<Property Name="isRoleScopesVisible" Type="Edm.Boolean" />
<Property Name="modifiedBy" Type="Edm.String" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueName" Type="Edm.String" />
<NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" />
<NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
<NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
<Property Name="accessPackageId" Type="Edm.String" />
Expand All @@ -19507,6 +19538,7 @@
</EntityType>
<EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity">
<Property Name="accessPackageId" Type="Edm.String" />
<Property Name="accessPackageNotificationSettings" Type="graph.accessPackageNotificationSettings" />
<Property Name="accessReviewSettings" Type="graph.assignmentReviewSettings" />
<Property Name="canExtend" Type="Edm.Boolean" />
<Property Name="createdBy" Type="Edm.String" />
Expand Down Expand Up @@ -19577,12 +19609,27 @@
<Property Name="isExternallyVisible" Type="Edm.Boolean" />
<Property Name="modifiedBy" Type="Edm.String" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueName" Type="Edm.String" />
<NavigationProperty Name="accessPackageCustomWorkflowExtensions" Type="Collection(graph.customCalloutExtension)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" />
<NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" />
<NavigationProperty Name="customAccessPackageWorkflowExtensions" Type="Collection(graph.customAccessPackageWorkflowExtension)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageResource" BaseType="graph.entity">
<Property Name="addedBy" Type="Edm.String" />
Expand Down Expand Up @@ -94356,9 +94403,15 @@
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/deviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/eventValue">
<Annotation Term="Org.OData.Core.V1.Description" String="The extra values associate with badge signal." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/intValue">
<Annotation Term="Org.OData.Core.V1.Description" String="The value of the sensor." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/locationHint">
<Annotation Term="Org.OData.Core.V1.Description" String="The additional information to indicate the location of the device." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/sensorId">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId." />
</Annotations>
Expand All @@ -94368,6 +94421,15 @@
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/timestamp">
<Annotation Term="Org.OData.Core.V1.Description" String="The timestamp at which the sensor value was observed." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorEventValue/eventType">
<Annotation Term="Org.OData.Core.V1.Description" String="The type of the event." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorEventValue/user">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of an user. It could be email or aad id." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorType/badge">
<Annotation Term="Org.OData.Core.V1.Description" String="The badge swipe sensor type." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorType/heartbeat">
<Annotation Term="Org.OData.Core.V1.Description" String="The heartbeat sensor type." />
</Annotations>
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -14105,6 +14105,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppInstallationScopeInfo" Abstract="true">
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -10511,6 +10511,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppInstallationScopeInfo" Abstract="true">
Expand Down
64 changes: 63 additions & 1 deletion schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -10234,12 +10234,18 @@
<Member Name="timeOff" Value="8192" />
<Member Name="timeOffRequest" Value="16384" />
</EnumType>
<EnumType Name="workplaceSensorEventType">
<Member Name="badgeIn" Value="0" />
<Member Name="badgeOut" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="workplaceSensorType">
<Member Name="occupancy" Value="0" />
<Member Name="peopleCount" Value="1" />
<Member Name="inferredOccupancy" Value="2" />
<Member Name="heartbeat" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="badge" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="x509CertificateAffinityLevel">
<Member Name="low" Value="0" />
Expand Down Expand Up @@ -10359,6 +10365,9 @@
<Property Name="allowsMultipleSelection" Type="Edm.Boolean" />
<Property Name="choices" Type="Collection(graph.accessPackageAnswerChoice)" />
</ComplexType>
<ComplexType Name="accessPackageNotificationSettings">
<Property Name="isAssignmentNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
</ComplexType>
<ComplexType Name="accessPackageQuestion" Abstract="true">
<Property Name="id" Type="Edm.String" />
<Property Name="isAnswerEditable" Type="Edm.Boolean" />
Expand Down Expand Up @@ -17882,6 +17891,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppDashboardCardBotConfiguration">
Expand Down Expand Up @@ -19400,11 +19410,17 @@
<ComplexType Name="workplaceSensorDeviceTelemetry">
<Property Name="boolValue" Type="Edm.Boolean" />
<Property Name="deviceId" Type="Edm.String" Nullable="false" />
<Property Name="eventValue" Type="graph.workplaceSensorEventValue" />
<Property Name="intValue" Type="Edm.Int32" />
<Property Name="locationHint" Type="Edm.String" />
<Property Name="sensorId" Type="Edm.String" />
<Property Name="sensorType" Type="graph.workplaceSensorType" Nullable="false" />
<Property Name="timestamp" Type="Edm.DateTimeOffset" Nullable="false" />
</ComplexType>
<ComplexType Name="workplaceSensorEventValue">
<Property Name="eventType" Type="graph.workplaceSensorEventType" />
<Property Name="user" Type="graph.emailIdentity" />
</ComplexType>
<ComplexType Name="writebackConfiguration">
<Property Name="isEnabled" Type="Edm.Boolean" />
</ComplexType>
Expand Down Expand Up @@ -19481,12 +19497,27 @@
<Property Name="isRoleScopesVisible" Type="Edm.Boolean" />
<Property Name="modifiedBy" Type="Edm.String" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueName" Type="Edm.String" />
<NavigationProperty Name="accessPackageAssignmentPolicies" Type="Collection(graph.accessPackageAssignmentPolicy)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageCatalog" Type="graph.accessPackageCatalog" />
<NavigationProperty Name="accessPackageResourceRoleScopes" Type="Collection(graph.accessPackageResourceRoleScope)" ContainsTarget="true" />
<NavigationProperty Name="accessPackagesIncompatibleWith" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleAccessPackages" Type="Collection(graph.accessPackage)" />
<NavigationProperty Name="incompatibleGroups" Type="Collection(graph.group)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageAssignment" BaseType="graph.entity">
<Property Name="accessPackageId" Type="Edm.String" />
Expand All @@ -19507,6 +19538,7 @@
</EntityType>
<EntityType Name="accessPackageAssignmentPolicy" BaseType="graph.entity">
<Property Name="accessPackageId" Type="Edm.String" />
<Property Name="accessPackageNotificationSettings" Type="graph.accessPackageNotificationSettings" />
<Property Name="accessReviewSettings" Type="graph.assignmentReviewSettings" />
<Property Name="canExtend" Type="Edm.Boolean" />
<Property Name="createdBy" Type="Edm.String" />
Expand Down Expand Up @@ -19577,12 +19609,27 @@
<Property Name="isExternallyVisible" Type="Edm.Boolean" />
<Property Name="modifiedBy" Type="Edm.String" />
<Property Name="modifiedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="uniqueName" Type="Edm.String" />
<NavigationProperty Name="accessPackageCustomWorkflowExtensions" Type="Collection(graph.customCalloutExtension)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResourceRoles" Type="Collection(graph.accessPackageResourceRole)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResources" Type="Collection(graph.accessPackageResource)" ContainsTarget="true" />
<NavigationProperty Name="accessPackageResourceScopes" Type="Collection(graph.accessPackageResourceScope)" ContainsTarget="true" />
<NavigationProperty Name="accessPackages" Type="Collection(graph.accessPackage)" ContainsTarget="true" />
<NavigationProperty Name="customAccessPackageWorkflowExtensions" Type="Collection(graph.customAccessPackageWorkflowExtension)" ContainsTarget="true" />
<Annotation Term="Org.OData.Core.V1.AlternateKeys">
<Collection>
<Record Type="Org.OData.Core.V1.AlternateKey">
<PropertyValue Property="Key">
<Collection>
<Record Type="Org.OData.Core.V1.PropertyRef">
<PropertyValue Property="Alias" String="uniqueName" />
<PropertyValue Property="Name" PropertyPath="uniqueName" />
</Record>
</Collection>
</PropertyValue>
</Record>
</Collection>
</Annotation>
</EntityType>
<EntityType Name="accessPackageResource" BaseType="graph.entity">
<Property Name="addedBy" Type="Edm.String" />
Expand Down Expand Up @@ -94356,9 +94403,15 @@
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/deviceId">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of the device." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/eventValue">
<Annotation Term="Org.OData.Core.V1.Description" String="The extra values associate with badge signal." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/intValue">
<Annotation Term="Org.OData.Core.V1.Description" String="The value of the sensor." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/locationHint">
<Annotation Term="Org.OData.Core.V1.Description" String="The additional information to indicate the location of the device." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/sensorId">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of a sensor within the device. If the sensor Id is not provided, the sensorType will be used as sensorId." />
</Annotations>
Expand All @@ -94368,6 +94421,15 @@
<Annotations Target="microsoft.graph.workplaceSensorDeviceTelemetry/timestamp">
<Annotation Term="Org.OData.Core.V1.Description" String="The timestamp at which the sensor value was observed." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorEventValue/eventType">
<Annotation Term="Org.OData.Core.V1.Description" String="The type of the event." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorEventValue/user">
<Annotation Term="Org.OData.Core.V1.Description" String="The unique identifier of an user. It could be email or aad id." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorType/badge">
<Annotation Term="Org.OData.Core.V1.Description" String="The badge swipe sensor type." />
</Annotations>
<Annotations Target="microsoft.graph.workplaceSensorType/heartbeat">
<Annotation Term="Org.OData.Core.V1.Description" String="The heartbeat sensor type." />
</Annotations>
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-USNat.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5500,6 +5500,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppInstallationScopeInfo" Abstract="true">
Expand Down
1 change: 1 addition & 0 deletions schemas/beta-USSec.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -5526,6 +5526,7 @@
<Property Name="teamId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="teamsAppAuthorization">
<Property Name="clientAppId" Type="Edm.String" />
<Property Name="requiredPermissionSet" Type="graph.teamsAppPermissionSet" />
</ComplexType>
<ComplexType Name="teamsAppInstallationScopeInfo" Abstract="true">
Expand Down
Loading

0 comments on commit 2536726

Please sign in to comment.