From 299e9edc800ad8f0d95fcae84813d3905ac40968 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 4 Mar 2024 09:20:12 +0000 Subject: [PATCH] User: admin@spiffworkflow.org clicked save for examples/0-2-basic-example/norris-schema.json --- examples/0-2-basic-example/norris-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/0-2-basic-example/norris-schema.json b/examples/0-2-basic-example/norris-schema.json index d05ac2e1..34f04cf7 100644 --- a/examples/0-2-basic-example/norris-schema.json +++ b/examples/0-2-basic-example/norris-schema.json @@ -48,12 +48,13 @@ } ] }, - "stage": { + "firstName": { "type": "string", "title": "First name", - "default": "NEW" + "default": "Chuck" } }, "title": "stage", "description": "Stage", + "default": "NEW" } \ No newline at end of file