From dd1bbbc3a3d55bc31b57fd7998328e17d16e1bc8 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 24 Jan 2024 05:02:56 +0000 Subject: [PATCH] User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json --- playground/nutech/issue/Check box-schema.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/playground/nutech/issue/Check box-schema.json b/playground/nutech/issue/Check box-schema.json index 9e26dfee..d9f6577c 100644 --- a/playground/nutech/issue/Check box-schema.json +++ b/playground/nutech/issue/Check box-schema.json @@ -1 +1,11 @@ -{} \ No newline at end of file +{ + "title": "Checkbox", + "description": "A super simple checkbox", + "properties": { + "done": { + "type": "boolean", + "title": "Done?", + "default": false + } + } +} \ No newline at end of file