Microsoft Graph · Schema
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| settings | object | Tenant-wide settings for the Universal Print service. |
| connectors | array | The list of available print connectors. |
| operations | array | The list of print long running operations. |
| printers | array | The list of printers registered in the tenant. |
| services | array | The list of available Universal Print service endpoints. |
| shares | array | The list of printer shares registered in the tenant. |
| taskDefinitions | array | List of abstract definition for a task that can be triggered when various events occur within Universal Print. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.print",
"title": "print",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"settings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.printSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "Tenant-wide settings for the Universal Print service."
},
"connectors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printConnector"
},
"description": "The list of available print connectors.",
"x-ms-navigationProperty": true
},
"operations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printOperation"
},
"description": "The list of print long running operations.",
"x-ms-navigationProperty": true
},
"printers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printer"
},
"description": "The list of printers registered in the tenant.",
"x-ms-navigationProperty": true
},
"services": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printService"
},
"description": "The list of available Universal Print service endpoints.",
"x-ms-navigationProperty": true
},
"shares": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printerShare"
},
"description": "The list of printer shares registered in the tenant.",
"x-ms-navigationProperty": true
},
"taskDefinitions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.printTaskDefinition"
},
"description": "List of abstract definition for a task that can be triggered when various events occur within Universal Print.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphprint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.