From dfae0fab21bd55bf4ad240970ac51070dcb9d93e Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Sun, 21 Jan 2024 16:24:32 +0000 Subject: [PATCH] User: maximryzhov88@yandex.ru clicked save for playground/rmgi/test/approve-schema.json --- playground/rmgi/test/approve-schema.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/playground/rmgi/test/approve-schema.json b/playground/rmgi/test/approve-schema.json index 9e26dfee..d9f6577c 100644 --- a/playground/rmgi/test/approve-schema.json +++ b/playground/rmgi/test/approve-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