{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.domainDnsCnameRecord", "title": "microsoft.graph.domainDnsCnameRecord", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" }, { "title": "domainDnsCnameRecord", "required": [ "@odata.type" ], "type": "object", "properties": { "canonicalName": { "type": "string", "description": "The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.domainDnsCnameRecord" }