From 5d4e1be95d22c35dcdd8a5cb0a289c71bab8e365 Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Sun, 17 Sep 2017 21:22:02 +0000 Subject: [PATCH] Fixed required item --- Data Formats/JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data Formats/JSON.md b/Data Formats/JSON.md index 1777c5d..f596b93 100644 --- a/Data Formats/JSON.md +++ b/Data Formats/JSON.md @@ -414,7 +414,7 @@ A OPTIONS method request to http://www.example.com/issues may look like this... ":record_id": { "type": "string", "description": "This is a string literal ':record_id'", - "required": "This is a string literal ':record_id'", + "required": true, } }, "returns": { -- GitLab