We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed956 commit 5f005eaCopy full SHA for 5f005ea
1 file changed
src/schema/tutorial.ts
@@ -201,6 +201,16 @@ export default {
201
],
202
},
203
204
+ hints: {
205
+ type: "array",
206
+ description:
207
+ "An optional array of hints to provide helpful feedback to users",
208
+ items: {
209
+ type: "string",
210
+ description: "A hint to provide to the user",
211
+ examples: ["Have you tried doing X?"],
212
+ },
213
214
required: ["content", "setup", "solution"],
215
216
0 commit comments