Skip to content

Commit 0595b25

Browse files
committed
updated ref table
1 parent a346f28 commit 0595b25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graph/GuidelinesGraph.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,16 @@ The guidelines in previous sections are intentionally brief and provide a jump s
378378
|--------------------------------------------------|----------------------------------------------------------------------------|
379379
| [Alternate key](./patterns/alternate-key.md) | Uniquely identify and query resources using an alternate key. |
380380
| [Change tracking](./patterns/change-tracking.md) | Keep API consumers in sync with changes without polling. |
381+
| [Collection subsets](./patterns/subsets.md) | Model collection subsets |
381382
| [Dictionary](./patterns/dictionary.md) | Clients can provide an unknown quantity of data elements of the same type. |
382383
| [Evolvable enums](./patterns/evolvable-enums.md) | Extend enumerated types without breaking changes. |
383384
| [Facets](./patterns/facets.md) | Model parent-child relationships. |
384385
| [Flat bag](./patterns/flat-bag.md) | Model variants of the same type. |
385386
| [Long running operations](./patterns/longRunningOperations.md)| Model operations where processing a client request takes a long time. |
386387
| [Modeling subsets](./patterns/subsets.md) | Model collection subsets for All, None, Included, or Excluded criteria. |
387388
| [Namespace](./patterns/namespace.md) | Organize resource definitions into a logical set. |
389+
| [Navigation properties](./patterns/navigation-property.md) | Model resource relationships |
390+
| [Operations](./patterns/operations.md) | Model complex business operations |
388391
| [Type hierarchy](./patterns/subtypes.md) | Model `is-a` relationships using subtypes. |
389392

390393
## References

0 commit comments

Comments
 (0)