{
"type": "ParkingLot",
"id": "string",
"name": "string",
"lat": 0,
"lng": 0,
"currentPrice": {
"price": "string",
"chargeMode": "PerHour"
},
"vehicleTypes": [
"string"
],
"detail": {
"city": "string",
"address": "string",
"telephone": "string",
"memos": [
"string"
],
"priceDetail": {
"current": [
"string"
],
"complete": [
"string"
]
},
"openingTime": {
"status": "Opening",
"period": "string",
"allDayOpen": true,
"detail": [
"string"
]
},
"spaceInformation": {
"totalLots": 0
},
"spaceBrandName": "string"
}
}