@golemio/pid
Version:
Golemio PID Module
45 lines • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.departuresDirectionsJsonSchema = void 0;
const ropid_departures_directions_1 = require("../../ropid-departures-directions");
const departuresDirectionsJsonSchema = {
type: "array",
items: {
type: "object",
properties: {
departure_stop_id: {
type: "string",
},
next_stop_id_regexp: {
type: "string",
},
direction: {
type: "string",
enum: ropid_departures_directions_1.PossibleDeparturesDirections,
},
rule_order: {
type: "string",
},
create_batch_id: {
type: "string",
},
created_at: {
type: "string",
},
created_by: {
type: "string",
},
update_batch_id: {
type: "string",
},
updated_at: {
type: "string",
},
updated_by: {
type: "string",
},
},
},
};
exports.departuresDirectionsJsonSchema = departuresDirectionsJsonSchema;
//# sourceMappingURL=DeparturesDirectionsJsonSchema.js.map