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