Skip to content

Instantly share code, notes, and snippets.

@AOW693
AOW693 / quiz-schema.json
Created October 2, 2025 07:34
quiz-schema
{
"type": "object",
"properties": {
"quiz_title": { "type": "string" },
"questions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"number": { "type": "integer" },