From b28a30f7ba7505a379f45c45b88efa97c5a22e5e Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 15 Nov 2023 18:23:36 -0500 Subject: [PATCH] Update examples/python-json-datagenerator/predefinedschema.py Co-authored-by: Bruce MacDonald --- examples/python-json-datagenerator/predefinedschema.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/python-json-datagenerator/predefinedschema.py b/examples/python-json-datagenerator/predefinedschema.py index 7f7abd48..abc399c4 100644 --- a/examples/python-json-datagenerator/predefinedschema.py +++ b/examples/python-json-datagenerator/predefinedschema.py @@ -7,10 +7,10 @@ template = { "firstName": "", "lastName": "", "address": { - "theStreet": "", - "theCity": "", - "theState": "", - "theZipCode": "" + "street": "", + "city": "", + "state": "", + "zipCode": "" }, "phoneNumber": "" }