Microsoft Graph · Schema

referencedObject

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
referencedObjectName string Name of the referenced object. Must match one of the objects in the directory definition.
referencedProperty string Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphreferencedobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.referencedObject",
  "title": "referencedObject",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "referencedObjectName": {
      "type": "string",
      "description": "Name of the referenced object. Must match one of the objects in the directory definition.",
      "nullable": true
    },
    "referencedProperty": {
      "type": "string",
      "description": "Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}