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": "" }