From 36a8935837b944d2cc5f4d9494a2590ed07e34bc Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 1 Feb 2024 09:00:50 +0000 Subject: [PATCH] User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/tfcVeri-schema.json --- playground/nutech/issue/tfcVeri-schema.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/playground/nutech/issue/tfcVeri-schema.json b/playground/nutech/issue/tfcVeri-schema.json index 9e26dfee..d9f6577c 100644 --- a/playground/nutech/issue/tfcVeri-schema.json +++ b/playground/nutech/issue/tfcVeri-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