GET http://[host-proxy]/api/device/msgraphsecurity/Incident/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Id",
"type": "string",
"readonly": true
},
"tenantId": {
"title": "Tenant ID",
"type": "string",
"readonly": true
},
"status": {
"title": "Status",
"type": "string",
"readonly": true
},
"incidentWebUrl": {
"title": "Incident Web URL",
"type": "string",
"readonly": true
},
"redirectIncidentId": {
"title": "Redirect Incident ID",
"type": "string",
"readonly": true
},
"displayName": {
"title": "Display Name",
"type": "string",
"readonly": true
},
"createdDateTime": {
"title": "Created DateTime",
"type": "string",
"format": "date-time",
"readonly": true
},
"lastUpdateDateTime": {
"title": "Last Update DateTime",
"type": "string",
"format": "date-time",
"readonly": true
},
"assignedTo": {
"title": "Assigned To",
"type": "string",
"readonly": true
},
"classification": {
"title": "Classification",
"type": "string",
"readonly": true
},
"determination": {
"title": "Determination",
"type": "string",
"readonly": true
},
"severity": {
"title": "Severity",
"type": "string",
"readonly": true
},
"customTags": {
"title": "Custom Tags",
"type": "array",
"items": {
"type": "string"
},
"readonly": true
},
"systemTags": {
"title": "System Tags",
"type": "array",
"items": {
"type": "string"
},
"readonly": true
},
"description": {
"title": "Description",
"type": "string",
"readonly": true
},
"lastModifiedBy": {
"title": "Last Modified By",
"type": "string",
"readonly": true
},
"resolvingComment": {
"title": "Resolving Comment",
"type": "string",
"readonly": true
},
"summary": {
"title": "Summary",
"type": "string",
"readonly": true
},
"comments": {
"title": "Comments",
"type": "array",
"items": {
"type": "string"
},
"readonly": true
}
},
"schema_version": "1.0"
}