***Antipattern***
Count: 35
POST  /login/v3/oauth/access [Singular last node with POST method.] 
POST  /login/v3/oauth/access [Singular last node with POST method.] 
POST  /players/{playerId}/audioClip [Singular last node with POST method.] 
POST  /players/{playerId}/audioClip/subscription [Singular last node with POST method.] 
POST  /groups/{groupId}/favorites [Singular last node with POST method.] 
POST  /households/{householdId}/favorites/subscription [Singular last node with POST method.] 
POST  /households/{householdId}/groups/createGroup [Singular last node with POST method.] 
POST  /groups/{groupId}/groups/modifyGroupMembers [Singular last node with POST method.] 
POST  /groups/{groupId}/groups/setGroupMembers [Singular last node with POST method.] 
POST  /households/{householdId}/groups/subscription [Singular last node with POST method.] 
POST  /groups/{groupId}/groupVolume [Singular last node with POST method.] 
POST  /groups/{groupId}/groupVolume/relative [Singular last node with POST method.] 
POST  /groups/{groupId}/groupVolume/mute [Singular last node with POST method.] 
POST  /groups/{groupId}/groupVolume/subscription [Singular last node with POST method.] 
POST  /groups/{groupId}/playlists [Singular last node with POST method.] 
POST  /players/{playerId}/playerVolume/mute [Singular last node with POST method.] 
POST  /players/{playerId}/playerVolume/relative [Singular last node with POST method.] 
POST  /playbackSessions/{sessionId}/playbackSession/skipToItem [Singular last node with POST method.] 
POST  /playbackSessions/{sessionId}/playbackSession/refreshCloudQueue [Singular last node with POST method.] 
POST  /groups/{groupId}/playbackSession/joinOrCreate [Singular last node with POST method.] 
POST  /groups/{groupId}/playbackSession/join [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/togglePlayPause [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/subscription [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/skipToPreviousTrack [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/skipToNextTrack [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/playMode [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/seekRelative [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/seek [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/pause [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/play [Singular last node with POST method.] 
POST  /groups/{groupId}/playback/lineIn [Singular last node with POST method.] 
POST  /households/{householdId}/musicServiceAccounts/match [Singular last node with POST method.] 
POST  /players/{playerId}/homeTheater/tvPowerState [Singular last node with POST method.] 
POST  /players/{playerId}/homeTheater/options [Singular last node with POST method.] 
POST  /players/{playerId}/homeTheater [Singular last node with POST method.] 

***Pattern***
Count: 14
DELETE  /players/{playerId}/audioClip/{id} [Pluralized last node with PUT|DELETE method.] 
DELETE  /players/{playerId}/audioClip/subscription [Pluralized last node with PUT|DELETE method.] 
GET  /households/{householdId}/favoritesregular methods.
DELETE  /households/{householdId}/favorites/subscription [Pluralized last node with PUT|DELETE method.] 
GET  /households/{householdId}/groupsregular methods.
DELETE  /households/{householdId}/groups/subscription [Pluralized last node with PUT|DELETE method.] 
GET  /groups/{groupId}/groupVolumeregular methods.
DELETE  /groups/{groupId}/groupVolume/subscription [Pluralized last node with PUT|DELETE method.] 
GET  /households/{householdId}/playlistsregular methods.
GET  groups/{groupId}/playbackMetadataregular methods.
DELETE  /groups/{groupId}/playback/subscription [Pluralized last node with PUT|DELETE method.] 
GET  /groups/{groupId}/playbackregular methods.
GET  /householdsregular methods.
GET  /players/{playerId}/homeTheater/optionsregular methods.
