Microsoft Graph · Schema

properties

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternalconnectorsproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalConnectors.properties",
  "title": "properties",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  }
}