{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.filePlanDescriptorBase", "title": "filePlanDescriptorBase", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Unique string that defines the name for the file plan descriptor associated with a particular retention label.", "nullable": true }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.security.filePlanAppliedCategory": "#/components/schemas/microsoft.graph.security.filePlanAppliedCategory", "#microsoft.graph.security.filePlanAuthority": "#/components/schemas/microsoft.graph.security.filePlanAuthority", "#microsoft.graph.security.filePlanCitation": "#/components/schemas/microsoft.graph.security.filePlanCitation", "#microsoft.graph.security.filePlanDepartment": "#/components/schemas/microsoft.graph.security.filePlanDepartment", "#microsoft.graph.security.filePlanReference": "#/components/schemas/microsoft.graph.security.filePlanReference", "#microsoft.graph.security.filePlanSubcategory": "#/components/schemas/microsoft.graph.security.filePlanSubcategory" } } }