Microsoft Exchange · Schema

ContactFolderCollectionResponse

Collection of contact folders

CalendarCollaborationContactsEmailEnterprise

Properties

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

JSON Schema

microsoft-exchange-contactfoldercollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContactFolderCollectionResponse",
  "title": "ContactFolderCollectionResponse",
  "type": "object",
  "description": "Collection of contact folders",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.nextLink": {
      "type": "string",
      "format": "uri"
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ContactFolder"
      }
    }
  }
}