From 073a22096a9f4fc2310d9ee2b2589db0128fb78f Mon Sep 17 00:00:00 2001 From: pantafive <56078241+pantafive@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:46:45 +0100 Subject: [PATCH] Guidelines.md Clarify that the JSON properties names should be in lowerCamelCase. --- Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guidelines.md b/Guidelines.md index 766f679f..2c97aa7b 100644 --- a/Guidelines.md +++ b/Guidelines.md @@ -493,7 +493,7 @@ For organizations to have a successful platform, they must serve data in formats Web-based communication, especially when a mobile or other low-bandwidth client is involved, has moved quickly in the direction of JSON for a variety of reasons, including its tendency to be lighter weight and its ease of consumption with JavaScript-based clients. -JSON property names SHOULD be camelCased. +JSON property names SHOULD be lowerCamelCased. Services SHOULD provide JSON as the default encoding.