Skip to content

Commit 1a27d61

Browse files
committed
Merge branch 'graph' of https://github.com/microsoft/api-guidelines into graph
2 parents 929e223 + acda7e0 commit 1a27d61

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)