diff --git a/playground/cris-tolbert/surprise-party/Invite-schema.json b/playground/cris-tolbert/surprise-party/Invite-schema.json index d9f6577c..1e50e2b7 100644 --- a/playground/cris-tolbert/surprise-party/Invite-schema.json +++ b/playground/cris-tolbert/surprise-party/Invite-schema.json @@ -7,5 +7,9 @@ "title": "Done?", "default": false } - } + } "done": { + "type": "boolean", + "title": "Done?", + "default": false + } } \ No newline at end of file