{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "LoadStop", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.LoadStop", "type": "object", "properties": { "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" }