Skip to content

Commit 5f005ea

Browse files
committed
add hint schema
Signed-off-by: shmck <[email protected]>
1 parent 5eed956 commit 5f005ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: src/schema/tutorial.ts

+10
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,16 @@ export default {
201201
],
202202
},
203203
},
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+
},
204214
required: ["content", "setup", "solution"],
205215
},
206216
},

0 commit comments

Comments
 (0)