{ "type": "object", "properties": { "locationXid": { "type": "string" }, "locationName": { "type": "string" }, "city": { "type": "string" }, "provinceCode": { "type": "string" }, "countryCode3Gid": { "type": "string" }, "timeZoneGid": { "type": "string" }, "lat": { "type": "number" }, "lon": { "type": "number" }, "isTemporary": { "type": "boolean" }, "isMakeApptBeforePlan": { "type": "boolean" }, "isShipperKnown": { "type": "boolean" }, "isAddressValid": { "type": "string" }, "isLtlSplitable": { "type": "boolean" }, "scheduleInfeasibleAppoint": { "type": "boolean" }, "bbIsNewStore": { "type": "boolean" }, "excludeFromRouteExecution": { "type": "boolean" }, "railStationCodeGid": { "type": "string" }, "railJunctionCodeGid": { "type": "string" }, "isTemplate": { "type": "boolean" }, "description": { "type": "string" }, "allowDriverRest": { "type": "boolean" }, "isFixedAddress": { "type": "boolean" }, "primaryAddressLineSeq": { "type": "integer" }, "domainName": { "type": "string" }, "isActive": { "type": "boolean" }, "isWmsFacility": { "type": "boolean" }, "apptEnforceActTimeSg": { "type": "boolean" }, "updateDate": { "type": "object", "properties": { "value": { "type": "string" } }, "required": [ "value" ] }, "insertDate": { "type": "object", "properties": { "value": { "type": "string" } }, "required": [ "value" ] }, "roleProfiles": { "type": "object", "properties": { "links": { "type": "array", "items": [ { "type": "object", "properties": { "rel": { "type": "string" }, "href": { "type": "string" } }, "required": [ "rel", "href" ] } ] } }, "required": [ "links" ] }, "refnums": { "type": "object", "properties": { "links": { "type": "array", "items": [ { "type": "object", "properties": { "rel": { "type": "string" }, "href": { "type": "string" } }, "required": [ "rel", "href" ] } ] } }, "required": [ "links" ] }, "links": { "type": "array", "items": [ { "type": "object", "properties": { "rel": { "type": "string" }, "href": { "type": "string" } }, "required": [ "rel", "href" ] }, { "type": "object", "properties": { "rel": { "type": "string" }, "href": { "type": "string" } }, "required": [ "rel", "href" ] } ] } }, "required": [ "locationXid", "locationName", "city", "provinceCode", "countryCode3Gid", "timeZoneGid", "lat", "lon", "isTemporary", "isMakeApptBeforePlan", "isShipperKnown", "isAddressValid", "isLtlSplitable", "scheduleInfeasibleAppoint", "bbIsNewStore", "excludeFromRouteExecution", "railStationCodeGid", "railJunctionCodeGid", "isTemplate", "description", "allowDriverRest", "isFixedAddress", "primaryAddressLineSeq", "domainName", "isActive", "isWmsFacility", "apptEnforceActTimeSg", "updateDate", "insertDate", "roleProfiles", "refnums", "links" ] }