UNPKG

@golemio/pid

Version:
22 lines 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputDeparturesDirectionsJsonSchema = void 0; const outputDeparturesDirectionsJsonSchema = { type: "object", properties: { departure_stop_id: { type: "string", }, next_stop_id_regexp: { type: "string", }, direction: { type: "string", }, rule_order: { type: "number", }, }, }; exports.outputDeparturesDirectionsJsonSchema = outputDeparturesDirectionsJsonSchema; //# sourceMappingURL=RopidDeparturesDirectionsOutputSchemas.js.map