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