{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.citationTemplate", "title": "microsoft.graph.security.citationTemplate", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate" }, { "title": "citationTemplate", "required": [ "@odata.type" ], "type": "object", "properties": { "citationJurisdiction": { "type": "string", "description": "Represents the jurisdiction or agency that published the citation.", "nullable": true }, "citationUrl": { "type": "string", "description": "Represents the URL to the published citation.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.citationTemplate" }