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 = {
"firstName": "",
"lastName": "",
"address": {
"theStreet": "",
"theCity": "",
"theState": "",
"theZipCode": ""
"street": "",
"city": "",
"state": "",
"zipCode": ""
},
"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