{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printService", "title": "microsoft.graph.printService", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "printService", "required": [ "@odata.type" ], "type": "object", "properties": { "endpoints": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printServiceEndpoint" }, "description": "Endpoints that can be used to access the service. Read-only. Nullable.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printService" }