microsoft.graph.distributionList:
allOf:
- $ref: '#/components/schemas/microsoft.graph.outlookItem'
- title: distributionList
required:
- '@odata.type'
type: object
properties:
displayName:
type: string
description: The display name of the distribution list.
nullable: true
members:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.member'
The
memberselement is notmicrosoft.graph.member. It should be an entriely different type -microsoft.graph.distributionlistmember(https://learn.microsoft.com/en-us/graph/api/resources/distributionlistmember?view=graph-rest-beta).