{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.domainDnsTxtRecord", "title": "microsoft.graph.domainDnsTxtRecord", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.domainDnsRecord" }, { "title": "domainDnsTxtRecord", "required": [ "@odata.type" ], "type": "object", "properties": { "text": { "type": "string", "description": "Value used when configuring the text property at the DNS host." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.domainDnsTxtRecord" }