Unverified Commit b28a30f7 authored by Michael's avatar Michael Committed by GitHub
Browse files

Update examples/python-json-datagenerator/predefinedschema.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 47ffb81d
...@@ -7,10 +7,10 @@ template = { ...@@ -7,10 +7,10 @@ template = {
"firstName": "", "firstName": "",
"lastName": "", "lastName": "",
"address": { "address": {
"theStreet": "", "street": "",
"theCity": "", "city": "",
"theState": "", "state": "",
"theZipCode": "" "zipCode": ""
}, },
"phoneNumber": "" "phoneNumber": ""
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment