MailFolderCollectionResponse

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
@odata.context string
@odata.nextLink string
value array
View JSON Schema on GitHub

JSON Schema

microsoft-office-365-mailfoldercollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MailFolderCollectionResponse",
  "title": "MailFolderCollectionResponse",
  "type": "object",
  "properties": {
    "@odata.context": {
      "type": "string",
      "example": "example_value"
    },
    "@odata.nextLink": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MailFolder"
      },
      "example": []
    }
  }
}