{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Distance", "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Distance", "type": "object", "properties": { "value": { "type": "number", "description": "Value", "format": "double" }, "unit": { "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Unit" } }, "additionalProperties": false, "description": "Distance to Next Stop" }