From a4c14a8779d1d8a11bff35dcb4a553ff4dd6126c Mon Sep 17 00:00:00 2001 From: Suramya Shah Date: Tue, 24 Apr 2018 20:48:56 +0530 Subject: [PATCH] Add description to name sub-section --- schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 7acd3d47..c5999057 100644 --- a/schema.json +++ b/schema.json @@ -9,7 +9,8 @@ "additionalProperties": true, "properties": { "name": { - "type": "string" + "type": "string", + "description": "e.g. John Doe" }, "title": { "type": "string",