{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "LoadStopProgress", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.LoadStopProgress", "type": "object", "properties": { "milestone": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Milestone" }, "sequence": { "type": "integer", "description": "Sequence", "format": "int32" }, "stopType": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.StopType" }, "facility": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Facility" }, "appointment": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Appointment" } }, "additionalProperties": false, "description": "Load Stop" }