TimeSlot

A time period.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
start object
end object
View JSON Schema on GitHub

JSON Schema

microsoft-office-365-timeslot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeSlot",
  "title": "TimeSlot",
  "type": "object",
  "description": "A time period.",
  "properties": {
    "start": {
      "$ref": "#/components/schemas/DateTimeTimeZone"
    },
    "end": {
      "$ref": "#/components/schemas/DateTimeTimeZone"
    }
  }
}