UNPKG

@golemio/pid

Version:
28 lines 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputPresetsJsonSchema = void 0; const outputPresetsJsonSchema = { type: "array", items: { type: "object", properties: { route_name: { type: "string", }, api_version: { type: "integer", }, route: { type: "string", }, url_query_params: { type: "string", }, note: { type: "string", }, }, }, }; exports.outputPresetsJsonSchema = outputPresetsJsonSchema; //# sourceMappingURL=RopidDeparturesPresetsOutputSchemas.js.map