From f252e918620ea9f60e2d80bf37ed687aef9f12df Mon Sep 17 00:00:00 2001 From: Richard Frankel Date: Mon, 29 Jul 2024 11:59:30 -0500 Subject: [PATCH] Clean up note made spurious by guidance change. --- aep/general/0157/aep.md.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aep/general/0157/aep.md.j2 b/aep/general/0157/aep.md.j2 index 56aa2ddd..3aba2eee 100644 --- a/aep/general/0157/aep.md.j2 +++ b/aep/general/0157/aep.md.j2 @@ -60,11 +60,6 @@ number of permutations to the user: - APIs **may** add fields to a given view over time. APIs **must not** remove a field from a given view (this is a breaking change). - **Note:** If a service requires (or might require) multiple views with - overlapping but distinct values, there is a potential for a namespace - conflict. In this situation, the service **should** nest the view enum within - the individual resource. - **Note:** The implicit `PATH_ONLY` view described by [resource association via embedded resources](.association/#embedded-resources) **should not** be explicitly defined in the view enum.