{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.filePlanAppliedCategory", "title": "microsoft.graph.security.filePlanAppliedCategory", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.filePlanDescriptorBase" }, { "title": "filePlanAppliedCategory", "required": [ "@odata.type" ], "type": "object", "properties": { "subcategory": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.filePlanSubcategory" }, { "type": "object", "nullable": true } ], "description": "Represents the file plan descriptor for a subcategory under a specific category, which has been assigned to a particular retention label." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.filePlanAppliedCategory" }