Contact object

json_schema
1$ref: "../../models/Contact.yaml"

Example Contact object

Contact Object
1{
2 "name": "Joe Customer",
3 "line1": "3655 Lawton St",
4 "area1": "San Francisco",
5 "region": "CA",
6 "postcode": "94122",
7 "countryCode": "US",
8 "phoneNumber": "(415) 200-0000"
9}