{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.vulnerabilityComponent", "title": "microsoft.graph.security.vulnerabilityComponent", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "vulnerabilityComponent", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "The name of this vulnerability component." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.vulnerabilityComponent" }