Update examples/python-json-datagenerator/predefinedschema.py
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
parent
47ffb81db7
commit
b28a30f7ba
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ template = {
|
|||
"firstName": "",
|
||||
"lastName": "",
|
||||
"address": {
|
||||
"theStreet": "",
|
||||
"theCity": "",
|
||||
"theState": "",
|
||||
"theZipCode": ""
|
||||
"street": "",
|
||||
"city": "",
|
||||
"state": "",
|
||||
"zipCode": ""
|
||||
},
|
||||
"phoneNumber": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue