File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -414,8 +414,11 @@ Recommended API Design patterns:
414
414
| Type Hierarchy | The ability to model is-a relationships using subtypes. | [ Subtypes] ( ./patterns/Modelling%20with%20Subtypes%20Pattern.md ) |
415
415
| Facets | The ability to model parent-child relationships using Facet pattern. | [ Facets] ( ./patterns/Modelling%20with%20Subtypes%20Pattern.md ) |
416
416
| 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 ) |
417
420
418
- |
421
+ |
419
422
420
423
421
424
## References
You can’t perform that action at this time.
0 commit comments