{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AppointmentDate", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.AppointmentDate", "type": "object", "properties": { "appointmentStartDateTime": { "type": "string", "description": "Appointment start date and time", "format": "date-time", "nullable": true }, "appointmentEndDateTime": { "type": "string", "description": "Appointment end date and time", "format": "date-time", "nullable": true } }, "additionalProperties": false, "description": "Appointment date of stop" }