Skip to content

Commit 14c8147

Browse files
committed
flat bag examples
1 parent 471eb08 commit 14c8147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ The guidelines in previous sections are intentionally brief and provide a jump s
381381
| [Evolvable enums](./patterns/evolvable-enums.md) | Extend enumerated types without breaking changes. |
382382
| [Facets](./patterns/facets.md) | Model parent-child relationships. |
383383
| [Flat bag](./patterns/flat-bag.md) | Model variants of the same type. |
384+
| [Long running operations](./patterns/longRunningOperations.md)| Model operations where processing a client request takes a long time. |
384385
| [Modeling subsets](./patterns/subsets.md) | Model collection subsets for All, None, Included, or Excluded criteria. |
385386
| [Namespace](./patterns/namespace.md) | Organize resource definitions into a logical set. |
386387
| [Type hierarchy](./patterns/subtypes.md) | Model `is-a` relationships using subtypes. |

0 commit comments

Comments
 (0)