Skip to content

Commit 59e0cd7

Browse files
Update coreTypes.md
Update description of core types in overview to addd "intrinsic"
1 parent 1982472 commit 59e0cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/articles/coreTypes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
Types exist in Microsoft Graph which are highly-connected/central to the Microsoft Graph ecosystem. Often, these types are in the position of containing many structural properties relevant to other APIs, because they are connected to many entities in Microsoft Graph.
5+
Types exist in Microsoft Graph which are highly-connected/central to the Microsoft Graph ecosystem. Often, these types are in the position of being able to contain structural properties relevant to other APIs, because they are connected to many entities in Microsoft Graph.
66

7-
Structural properties should be only added to these core types when they are properties of the entity itself and strictly not for the purpose of convenience due to the entity's position in Microsoft Graph.
7+
Structural properties should be only added to these core types when they are intrinsic to the entity itself, and strictly not for the purpose of convenience due to the entity's position in Microsoft Graph.
88

99
## Core Types in Microsoft Graph
1010

0 commit comments

Comments
 (0)