From 4db2e441b67c848d61af7a35a2b2c8a857b6afb5 Mon Sep 17 00:00:00 2001 From: Z Date: Mon, 26 Jun 2017 08:54:08 +0200 Subject: [PATCH] Update json.md --- evolution/json.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evolution/json.md b/evolution/json.md index 7a48d84..0a1ca23 100644 --- a/evolution/json.md +++ b/evolution/json.md @@ -1,10 +1,9 @@ # JSON Format Conventions Any JSON-based message **MUST** conform to the following rules: -1. All JSON field names **MUST** follow the [Naming Conventions](https://adidas-group.gitbooks.io/api-guidelines/content/evolution/naming-conventions.html) (`camelCase`, American English etc.) +1. All JSON field names **MUST** follow the [Naming Conventions](https://adidas-group.gitbooks.io/api-guidelines/content/evolution/naming-conventions.html) (`camelCase`, American English, etc.) 1. Field names **MUST** be ASCII alpha num characters, underscore (`_`) or dollar sign (`$`) 1. Boolean fields **MUST NOT** be of `null` value 1. Fields with `null` value **SHOULD** be omitted 1. Empty arrays and objects **SHOULD NOT ** be `null` (use `[]` or `{}` instead) 1. Array field names **SHOULD** be plural (e.g. `"orders": []`) -