From 76754e6b68897a4dfad38952d47a8738928cc9a8 Mon Sep 17 00:00:00 2001 From: Marsh Gardiner Date: Thu, 23 Jul 2015 11:25:12 -0700 Subject: [PATCH 1/2] Consistent casing of GitHub Changing instances of "github" and "Github" to use the proper casing of "GitHub". --- schemas/v2.0/schema.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/schemas/v2.0/schema.json b/schemas/v2.0/schema.json index 1ae668e277..a2fbfc4fa7 100644 --- a/schemas/v2.0/schema.json +++ b/schemas/v2.0/schema.json @@ -101,7 +101,7 @@ }, "description": { "type": "string", - "description": "A longer description of the API. Should be different from the title. Github-flavored markdown is allowed." + "description": "A longer description of the API. Should be different from the title. GitHub-flavored markdown is allowed." }, "termsOfService": { "type": "string", @@ -241,7 +241,7 @@ }, "description": { "type": "string", - "description": "A longer description of the operation, github-flavored markdown is allowed." + "description": "A longer description of the operation, GitHub-flavored markdown is allowed." }, "externalDocs": { "$ref": "#/definitions/externalDocs" @@ -464,7 +464,7 @@ "properties": { "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." }, "name": { "type": "string", @@ -510,7 +510,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." }, "name": { "type": "string", @@ -598,7 +598,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." }, "name": { "type": "string", @@ -691,7 +691,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." }, "name": { "type": "string", @@ -787,7 +787,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." }, "name": { "type": "string", @@ -1492,4 +1492,4 @@ } } } -} \ No newline at end of file +} From 86f99f3b6edfe16eeaa9bc4813e4428f2b9d1b79 Mon Sep 17 00:00:00 2001 From: Marsh Gardiner Date: Sun, 26 Jul 2015 10:59:02 -0700 Subject: [PATCH 2/2] Follow GitHub's capitalization convention for GFM --- schemas/v2.0/schema.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/schemas/v2.0/schema.json b/schemas/v2.0/schema.json index a2fbfc4fa7..a63fea7c98 100644 --- a/schemas/v2.0/schema.json +++ b/schemas/v2.0/schema.json @@ -101,7 +101,7 @@ }, "description": { "type": "string", - "description": "A longer description of the API. Should be different from the title. GitHub-flavored markdown is allowed." + "description": "A longer description of the API. Should be different from the title. GitHub Flavored Markdown is allowed." }, "termsOfService": { "type": "string", @@ -241,7 +241,7 @@ }, "description": { "type": "string", - "description": "A longer description of the operation, GitHub-flavored markdown is allowed." + "description": "A longer description of the operation, GitHub Flavored Markdown is allowed." }, "externalDocs": { "$ref": "#/definitions/externalDocs" @@ -464,7 +464,7 @@ "properties": { "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed." }, "name": { "type": "string", @@ -510,7 +510,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed." }, "name": { "type": "string", @@ -598,7 +598,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed." }, "name": { "type": "string", @@ -691,7 +691,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed." }, "name": { "type": "string", @@ -787,7 +787,7 @@ }, "description": { "type": "string", - "description": "A brief description of the parameter. This could contain examples of use. GitHub-flavored markdown is allowed." + "description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed." }, "name": { "type": "string",