{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler", "title": "microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.onAttributeCollectionSubmitHandler" }, { "title": "onAttributeCollectionSubmitCustomExtensionHandler", "required": [ "@odata.type" ], "type": "object", "properties": { "configuration": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration" }, { "type": "object", "nullable": true } ], "description": "Configuration regarding properties of the custom extension that can be overwritten per event listener." }, "customExtension": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler" } } } ], "x-ms-discriminator-value": "#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler" }