Merge pull request #11046 from contrepoint/fix/standardize-capitalization-and-fix-typos
standardize capitalization and fix typos
This commit is contained in:
@ -9,12 +9,12 @@
|
|||||||
"superBlock": {
|
"superBlock": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description": "The super block that this block belongs too"
|
"description": "The super block that this block belongs to"
|
||||||
},
|
},
|
||||||
"order": {
|
"order": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description": "the order in which this block appears"
|
"description": "The order in which this block appears"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -70,12 +70,12 @@
|
|||||||
},
|
},
|
||||||
"head": {
|
"head": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "appended to user code",
|
"description": "Appended to user code",
|
||||||
"default": []
|
"default": []
|
||||||
},
|
},
|
||||||
"tail": {
|
"tail": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "prepended to user code",
|
"description": "Prepended to user code",
|
||||||
"default": []
|
"default": []
|
||||||
},
|
},
|
||||||
"helpRoom": {
|
"helpRoom": {
|
||||||
@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
"fileName": {
|
"fileName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "filename challenge comes from. Used in dev mode"
|
"description": "Filename challenge comes from. Used in dev mode"
|
||||||
},
|
},
|
||||||
"challengeSeed": {
|
"challengeSeed": {
|
||||||
"type": "array"
|
"type": "array"
|
||||||
|
@ -92,11 +92,11 @@
|
|||||||
"howToApply": {
|
"howToApply": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description": "How do campers apply to job"
|
"description": "How campers apply to a job"
|
||||||
},
|
},
|
||||||
"promoCodeUsed": {
|
"promoCodeUsed": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "the promocode, if any, that the job uses"
|
"description": "The promocode, if any, that the job uses"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"validations": [],
|
"validations": [],
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"buttonId": {
|
"buttonId": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description": "The id of paypal button"
|
"description": "The ID of the paypal button"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"discountPercent": {
|
"discountPercent": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "The amount of discount as a percentage if applicable"
|
"description": "The amount of the discount as a percentage if applicable"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"validations": [],
|
"validations": [],
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"isCheater": {
|
"isCheater": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Users who are confirmed to break academic honesty policy are marked as cheaters",
|
"description": "Users who are confirmed to have broken academic honesty policy are marked as cheaters",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"isGithubCool": {
|
"isGithubCool": {
|
||||||
@ -123,7 +123,7 @@
|
|||||||
"currentChallengeId": {
|
"currentChallengeId": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "the challenge last visited by the user"
|
"description": "The challenge last visited by the user"
|
||||||
},
|
},
|
||||||
"currentChallenge": {
|
"currentChallenge": {
|
||||||
"type": {},
|
"type": {},
|
||||||
@ -166,7 +166,7 @@
|
|||||||
},
|
},
|
||||||
"challengeMap": {
|
"challengeMap": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "A map by id of all the user completed challenges",
|
"description": "A map by ID of all the user completed challenges",
|
||||||
"default": {}
|
"default": {}
|
||||||
},
|
},
|
||||||
"completedChallenges": {
|
"completedChallenges": {
|
||||||
@ -204,7 +204,7 @@
|
|||||||
},
|
},
|
||||||
"languageTag": {
|
"languageTag": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A IETF language tag",
|
"description": "An IETF language tag",
|
||||||
"default": "en"
|
"default": "en"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user