Skip to content

Commit fe13bf6

Browse files
committed
Merge pull request #422 from earth2marsh/patch-8
Consistent casing of GitHub
2 parents 8b2467d + 86f99f3 commit fe13bf6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

schemas/v2.0/schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
},
102102
"description": {
103103
"type": "string",
104-
"description": "A longer description of the API. Should be different from the title. Github-flavored markdown is allowed."
104+
"description": "A longer description of the API. Should be different from the title. GitHub Flavored Markdown is allowed."
105105
},
106106
"termsOfService": {
107107
"type": "string",
@@ -241,7 +241,7 @@
241241
},
242242
"description": {
243243
"type": "string",
244-
"description": "A longer description of the operation, github-flavored markdown is allowed."
244+
"description": "A longer description of the operation, GitHub Flavored Markdown is allowed."
245245
},
246246
"externalDocs": {
247247
"$ref": "#/definitions/externalDocs"
@@ -464,7 +464,7 @@
464464
"properties": {
465465
"description": {
466466
"type": "string",
467-
"description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed."
467+
"description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed."
468468
},
469469
"name": {
470470
"type": "string",
@@ -510,7 +510,7 @@
510510
},
511511
"description": {
512512
"type": "string",
513-
"description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed."
513+
"description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed."
514514
},
515515
"name": {
516516
"type": "string",
@@ -598,7 +598,7 @@
598598
},
599599
"description": {
600600
"type": "string",
601-
"description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed."
601+
"description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed."
602602
},
603603
"name": {
604604
"type": "string",
@@ -691,7 +691,7 @@
691691
},
692692
"description": {
693693
"type": "string",
694-
"description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed."
694+
"description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed."
695695
},
696696
"name": {
697697
"type": "string",
@@ -787,7 +787,7 @@
787787
},
788788
"description": {
789789
"type": "string",
790-
"description": "A brief description of the parameter. This could contain examples of use. Github-flavored markdown is allowed."
790+
"description": "A brief description of the parameter. This could contain examples of use. GitHub Flavored Markdown is allowed."
791791
},
792792
"name": {
793793
"type": "string",
@@ -1492,4 +1492,4 @@
14921492
}
14931493
}
14941494
}
1495-
}
1495+
}

0 commit comments

Comments
 (0)