{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printSettings", "title": "printSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "documentConversionEnabled": { "type": "boolean", "description": "Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service converts documents into a format compatible with the printer (xps to pdf) when needed." }, "printerDiscoverySettings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.printerDiscoverySettings" }, { "type": "object", "nullable": true } ], "description": "Specifies settings that affect printer discovery when using Universal Print." }, "@odata.type": { "type": "string" } } }