From 1aa398ca9a9ee40faab4077fcfe27ef030cdf4bc Mon Sep 17 00:00:00 2001 From: apidesigner Date: Mon, 20 Feb 2017 10:34:16 +0100 Subject: [PATCH] Updates evolution/naming-conventions.md Auto commit by GitBook Editor --- evolution/naming-conventions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/evolution/naming-conventions.md b/evolution/naming-conventions.md index 669bf08..609ca94 100644 --- a/evolution/naming-conventions.md +++ b/evolution/naming-conventions.md @@ -12,7 +12,6 @@ Every identifier **MUST** be in `lowercase` except for abbreviations. An identif Every URI **MUST** follow the General Rules. In addition, an URI **MUST NOT** end with a trailing slash (`/`). #### Example - A well-formed URI: ``` @@ -28,14 +27,12 @@ In addition to General Naming Rules, URI Template Variable names **MUST** follow > NOTE: Per RFC6570 Hyphen (`-`) is NOT legal URI Template variable name character. #### Example - A well-formed URI Template Variable: ``` /system_orders/{order_id}/author ``` - ## Representation Format Fields Every representation format field **MUST** conform to the General Naming Rules. @@ -45,6 +42,8 @@ Every custom [relation identifier](https://github.com/for-GET/know-your-http-wel ## HTTP Headers Every HTTP Header should use `Hyphenated-Pascal-Case`. A custom HTTP Header **SHOULD NOT** start with `X-` ([RFC6648](https://tools.ietf.org/html/rfc6648)). +#### Example +