{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.columnLink", "title": "microsoft.graph.columnLink", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "columnLink", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "The name of the column in this content type.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.columnLink" }