{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.externalConnectors.activitySettings", "title": "activitySettings", "required": [ "@odata.type" ], "type": "object", "properties": { "urlToItemResolvers": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.urlToItemResolverBase" }, "description": "Specifies configurations to identify an externalItem based on a shared URL." }, "@odata.type": { "type": "string" } } }