{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.teamworkApplicationIdentityType", "title": "teamworkApplicationIdentityType", "enum": [ "aadApplication", "bot", "tenantBot", "office365Connector", "outgoingWebhook", "unknownFutureValue" ], "type": "string" }