You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graph/patterns/dictionary.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Before using a dictionary type in your API definition make sure your scenario fi
42
42
- The value types MUST be a primitive type or is a **ComplexType**. Mixed primitive types are not allowed.
43
43
- The client MUST define the keys of this type. As opposed to the service defining them in advance.
44
44
45
-
### Alternatives to consider
45
+
### Alternatives
46
46
47
47
-[Open extensions](https://docs.microsoft.com/en-us/graph/extensibility-open-users) when you want to provide clients the ability to extend Microsoft Graph.
48
48
-[Complex types](https://docs.microsoft.com/en-us/odata/webapi/complextypewithnavigationproperty) when the set of data values are known.
0 commit comments