@golemio/pid
Version:
Golemio PID Module
28 lines • 720 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.metroRailTrackJsonSchema = void 0;
const metroRailTrackJsonSchema = {
type: "array",
items: {
type: "object",
properties: {
track_section: {
type: "string",
},
line: {
type: "string",
},
gps_lat: {
type: "string",
},
gps_lon: {
type: "string",
},
stop_id: {
type: "string",
},
},
},
};
exports.metroRailTrackJsonSchema = metroRailTrackJsonSchema;
//# sourceMappingURL=MetroRailTrackJsonSchema.js.map