{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "LoadStopLocationInfo", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.LoadStopLocationInfo", "type": "object", "properties": { "location": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.GeoLocation" }, "deadheadRadius": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.Radius" }, "appointment": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.AppointmentDate" } }, "additionalProperties": false, "description": "Defines the load stop location details for request" }