{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.externalConnectors.externalItemContent", "title": "externalItemContent", "required": [ "@odata.type" ], "type": "object", "properties": { "type": { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.externalItemContentType" }, "value": { "type": "string", "description": "The content for the externalItem. Required.", "nullable": true }, "@odata.type": { "type": "string" } } }