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

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
Michael 2023-11-15 18:23:36 -05:00 committed by GitHub
parent 47ffb81db7
commit b28a30f7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ template = {
"firstName": "", "firstName": "",
"lastName": "", "lastName": "",
"address": { "address": {
"theStreet": "", "street": "",
"theCity": "", "city": "",
"theState": "", "state": "",
"theZipCode": "" "zipCode": ""
}, },
"phoneNumber": "" "phoneNumber": ""
} }