{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.printServiceEndpoint", "title": "microsoft.graph.printServiceEndpoint", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "printServiceEndpoint", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "A human-readable display name for the endpoint." }, "uri": { "type": "string", "description": "The URI that can be used to access the service." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.printServiceEndpoint" }