{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.huntingQueryResults", "title": "huntingQueryResults", "required": [ "@odata.type" ], "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.huntingRowResult" }, "description": "The results of the hunting query." }, "schema": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.singlePropertySchema" }, "description": "The schema for the response." }, "@odata.type": { "type": "string" } } }