Skip to content
Open
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
227 changes: 215 additions & 12 deletions schemas/beta-Bleu.csdl

Large diffs are not rendered by default.

1,137 changes: 1,125 additions & 12 deletions schemas/beta-Delos.csdl

Large diffs are not rendered by default.

777 changes: 737 additions & 40 deletions schemas/beta-Fairfax.csdl

Large diffs are not rendered by default.

317 changes: 305 additions & 12 deletions schemas/beta-Mooncake.csdl

Large diffs are not rendered by default.

1,712 changes: 1,639 additions & 73 deletions schemas/beta-Prod.csdl

Large diffs are not rendered by default.

353 changes: 352 additions & 1 deletion schemas/beta-USNat.csdl

Large diffs are not rendered by default.

353 changes: 352 additions & 1 deletion schemas/beta-USSec.csdl

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions schemas/v1.0-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
<Member Name="failed" Value="5" />
<Member Name="notSupported" Value="6" />
</EnumType>
<EnumType Name="activityDomain">
<Member Name="unknown" Value="0" />
<Member Name="work" Value="1" />
<Member Name="personal" Value="2" />
<Member Name="unrestricted" Value="3" />
</EnumType>
<EnumType Name="activityType">
<Member Name="signin" Value="0" />
<Member Name="user" Value="1" />
Expand Down Expand Up @@ -1752,6 +1758,12 @@
<Member Name="pager" Value="8" />
<Member Name="radio" Value="9" />
</EnumType>
<EnumType Name="physicalAddressType">
<Member Name="unknown" Value="0" />
<Member Name="home" Value="1" />
<Member Name="business" Value="2" />
<Member Name="other" Value="3" />
</EnumType>
<EnumType Name="plannerContainerType">
<Member Name="group" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
Expand Down Expand Up @@ -3409,6 +3421,10 @@
<Property Name="proposedNewTime" Type="graph.timeSlot" />
<Property Name="status" Type="graph.responseStatus" />
</ComplexType>
<ComplexType Name="attendeeAvailability">
<Property Name="attendee" Type="graph.attendeeBase" />
<Property Name="availability" Type="graph.freeBusyStatus" />
</ComplexType>
<ComplexType Name="attendeeBase" BaseType="graph.recipient">
<Property Name="type" Type="graph.attendeeType" />
</ComplexType>
Expand Down Expand Up @@ -4719,6 +4735,14 @@
<Property Name="uniqueId" Type="Edm.String" />
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
</ComplexType>
<ComplexType Name="locationConstraint">
<Property Name="isRequired" Type="Edm.Boolean" />
<Property Name="locations" Type="Collection(graph.locationConstraintItem)" />
<Property Name="suggestLocation" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="locationConstraintItem" BaseType="graph.location">
<Property Name="resolveAvailability" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="logicAppTriggerEndpointConfiguration" BaseType="graph.customExtensionEndpointConfiguration">
<Property Name="logicAppWorkflowName" Type="Edm.String" />
<Property Name="resourceGroupName" Type="Edm.String" />
Expand Down Expand Up @@ -4864,6 +4888,19 @@
<Property Name="meetingChatEnabled" Type="Edm.Boolean" />
<Property Name="meetingChatId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="meetingTimeSuggestion">
<Property Name="attendeeAvailability" Type="Collection(graph.attendeeAvailability)" />
<Property Name="confidence" Type="Edm.Double" />
<Property Name="locations" Type="Collection(graph.location)" />
<Property Name="meetingTimeSlot" Type="graph.timeSlot" />
<Property Name="order" Type="Edm.Int32" />
<Property Name="organizerAvailability" Type="graph.freeBusyStatus" />
<Property Name="suggestionReason" Type="Edm.String" />
</ComplexType>
<ComplexType Name="meetingTimeSuggestionsResult">
<Property Name="emptySuggestionsReason" Type="Edm.String" />
<Property Name="meetingTimeSuggestions" Type="Collection(graph.meetingTimeSuggestion)" />
</ComplexType>
<ComplexType Name="membersAddedEventMessageDetail" BaseType="graph.eventMessageDetail">
<Property Name="initiator" Type="graph.identitySet" />
<Property Name="members" Type="Collection(graph.teamworkUserIdentity)" />
Expand Down Expand Up @@ -6054,6 +6091,10 @@
<Property Name="ticketNumber" Type="Edm.String" />
<Property Name="ticketSystem" Type="Edm.String" />
</ComplexType>
<ComplexType Name="timeConstraint">
<Property Name="activityDomain" Type="graph.activityDomain" />
<Property Name="timeSlots" Type="Collection(graph.timeSlot)" />
</ComplexType>
<ComplexType Name="timeSlot">
<Property Name="end" Type="graph.dateTimeTimeZone" Nullable="false" />
<Property Name="start" Type="graph.dateTimeTimeZone" Nullable="false" />
Expand Down Expand Up @@ -8628,6 +8669,7 @@
<Property Name="membershipRule" Type="Edm.String" />
<Property Name="membershipRuleProcessingState" Type="Edm.String" />
<Property Name="onPremisesDomainName" Type="Edm.String" />
<Property Name="onPremisesExtensionAttributes" Type="graph.onPremisesExtensionAttributes" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesNetBiosName" Type="Edm.String" />
<Property Name="onPremisesProvisioningErrors" Type="Collection(graph.onPremisesProvisioningError)" />
Expand Down Expand Up @@ -10042,6 +10084,7 @@
<EntityType Name="profileCardProperty" BaseType="graph.entity">
<Property Name="annotations" Type="Collection(graph.profileCardAnnotation)" />
<Property Name="directoryPropertyName" Type="Edm.String" />
<Property Name="isVisible" Type="Edm.Boolean" Nullable="false" />
</EntityType>
<EntityType Name="profilePhoto" BaseType="graph.entity" HasStream="true">
<Property Name="height" Type="Edm.Int32" />
Expand Down Expand Up @@ -12527,6 +12570,18 @@
<Parameter Name="messageIds" Type="Collection(Edm.String)" Unicode="false" />
<ReturnType Type="Edm.Boolean" />
</Action>
<Action Name="findMeetingTimes" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.user" />
<Parameter Name="attendees" Type="Collection(graph.attendeeBase)" />
<Parameter Name="locationConstraint" Type="graph.locationConstraint" />
<Parameter Name="timeConstraint" Type="graph.timeConstraint" />
<Parameter Name="meetingDuration" Type="Edm.Duration" />
<Parameter Name="maxCandidates" Type="Edm.Int32" />
<Parameter Name="isOrganizerOptional" Type="Edm.Boolean" />
<Parameter Name="returnSuggestionReasons" Type="Edm.Boolean" />
<Parameter Name="minimumAttendeePercentage" Type="Edm.Double" />
<ReturnType Type="graph.meetingTimeSuggestionsResult" />
</Action>
<Action Name="follow" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.driveItem" />
<ReturnType Type="graph.driveItem" />
Expand Down
Loading
Loading