Skip to content

SHOULD limit number of sub resource levels

Path SHOULD contain no more than 3 sub-resources (nested resources with non-root URL paths).

Invalid Example

/users/location/name/address/email:

Valid Example

/users/{userId}/{name}:

Zalando Guideline 147