{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.ticketInfo", "title": "ticketInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "ticketNumber": { "type": "string", "description": "The ticket number.", "nullable": true }, "ticketSystem": { "type": "string", "description": "The description of the ticket system.", "nullable": true }, "@odata.type": { "type": "string" } } }