Skip to content

Commit b694497

Browse files
authored
updated table of patterns
1 parent e366786 commit b694497

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,11 @@ Recommended API Design patterns:
414414
| Type Hierarchy | The ability to model is-a relationships using subtypes. | [Subtypes](./patterns/Modelling%20with%20Subtypes%20Pattern.md) |
415415
| Facets | The ability to model parent-child relationships using Facet pattern. | [Facets](./patterns/Modelling%20with%20Subtypes%20Pattern.md) |
416416
| Dictionary | The ability for clients to provide an unknown quantity of data elements of the same type. | [Dictionary](./patterns/dictionary.md) |
417+
| Evolvable Enums | The ability to extend enumerated types without breaking changes. | [Evolvable Enums](./patterns/evolvable-enums.md) |
418+
| Change Tracking | The ability to keep API consumers in sync with changes without polling. | [Change Tracking](./patterns/change-tracking.md) |
419+
| Namespace | The ability to organize resource definitions into a logical set. | [Namespace](./patterns/namespace.md) |
417420

418-
|
421+
|
419422

420423

421424
## References

0 commit comments

Comments
 (0)