From 4b7aefc326c24fbf5f2066d77dc7c8fc066f1150 Mon Sep 17 00:00:00 2001 From: Richard Frankel Date: Mon, 29 Jul 2024 13:03:50 -0400 Subject: [PATCH] Clean up note made spurious by guidance change. (#203) --- 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.