UNPKG

@golemio/parkings

Version:
14 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.osmParkingMachinesSchema = void 0; exports.osmParkingMachinesSchema = { type: "object", properties: { parking_id: { type: "string" }, osm_id: { type: "string" }, name: { oneOf: [{ type: "string" }, { type: "null", nullable: true }] }, }, required: ["parking_id", "osm_id"], additionalProperties: true, }; //# sourceMappingURL=OsmParkingMachinesSchema.js.map