PatternedRecurrence

The recurrence pattern and range.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
pattern object
range object
View JSON Schema on GitHub

JSON Schema

microsoft-office-365-patternedrecurrence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatternedRecurrence",
  "title": "PatternedRecurrence",
  "type": "object",
  "description": "The recurrence pattern and range.",
  "properties": {
    "pattern": {
      "$ref": "#/components/schemas/RecurrencePattern"
    },
    "range": {
      "$ref": "#/components/schemas/RecurrenceRange"
    }
  }
}