UNPKG

@golemio/parkings

Version:
25 lines 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TskParkingSectionSchema = void 0; exports.TskParkingSectionSchema = { name: "TskParkingSectionsSchema", jsonSchema: { type: "array", items: { type: "object", properties: { idSection: { type: "string" }, sectionCode: { type: "string" }, sectionCat: { type: "integer" }, borderWKT: { type: "string" }, idTariff: { oneOf: [{ type: "string" }, { type: "null", nullable: true }] }, projectedCapacity: { type: "integer" }, activeFrom: { type: "string" }, validFrom: { type: "string" }, validTo: { type: "string" }, }, required: ["idSection", "sectionCode", "sectionCat", "borderWKT", "idTariff", "projectedCapacity", "activeFrom"], }, }, }; //# sourceMappingURL=TskParkingSectionSchema.js.map