From 0de747bacb88c8a19f81292765a9cf34b8e93141 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Fri, 20 Jan 2023 19:09:26 +0000 Subject: [PATCH] User: admin@spiffworkflow.org added process model file misc/test/e2e-6/my-form-schema.json --- misc/test/e2e-6/my-form-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/test/e2e-6/my-form-schema.json b/misc/test/e2e-6/my-form-schema.json index ddcc5328..4359101f 100644 --- a/misc/test/e2e-6/my-form-schema.json +++ b/misc/test/e2e-6/my-form-schema.json @@ -5,6 +5,10 @@ "last_name": { "type": "string", "title": "Last Name" + }, + "first_name": { + "type": "string", + "title": "First Name" } }, "required": []