{"id":"url-structure-path-segments","title":"Path Segment Conventions","section":"url-structure","content":"Path segments should use consistent casing. Two common approaches are supported.","alternatives":[{"id":"kebab-case","name":"Kebab Case","sources":["adidas","Microsoft"],"pattern":"lowercase-with-hyphens","examples":["/v1/system-orders","/v1/order-items","/v1/user-profiles"]},{"id":"snake-case","name":"Snake Case","sources":["Monite","Cloud Foundry"],"pattern":"lowercase_with_underscores","examples":["/v1/system_orders","/v1/order_items","/v1/user_profiles"]}]}