{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printerDiscoverySettings", "title": "printerDiscoverySettings", "required": [ "@odata.type" ], "type": "object", "properties": { "airPrint": { "$ref": "#/components/schemas/microsoft.graph.airPrintSettings" }, "@odata.type": { "type": "string" } } }