The schema is of type object
.
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}
The schema is of type object
.
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}