Skip to content

Commit acda7e0

Browse files
authored
Update graph/patterns/dictionary.md
1 parent 6c7a276 commit acda7e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graph/patterns/dictionary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Before using a dictionary type in your API definition make sure your scenario fi
4545
### Alternatives to consider
4646

4747
- [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-
- [Open types](https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/use-open-types-in-odata-v4) when your data is not a collection in nature.
4948
- [Complex types](https://docs.microsoft.com/en-us/odata/webapi/complextypewithnavigationproperty) when the set of data values are known.
5049

5150
## Examples

0 commit comments

Comments
 (0)