{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.intelligenceProfileKind", "title": "intelligenceProfileKind", "enum": [ "actor", "tool", "unknownFutureValue" ], "type": "string" }