{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.gitHubRepoEvidence", "title": "microsoft.graph.security.gitHubRepoEvidence", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.alertEvidence" }, { "title": "gitHubRepoEvidence", "required": [ "@odata.type" ], "type": "object", "properties": { "baseUrl": { "type": "string", "nullable": true }, "login": { "type": "string", "nullable": true }, "owner": { "type": "string", "nullable": true }, "ownerType": { "type": "string", "nullable": true }, "repoId": { "type": "string", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.security.gitHubRepoEvidence" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.gitHubRepoEvidence" }